Shades of Fuchsia #D351BC
Tints of Fuchsia #D351BC
RGB
CMYK
RGB Variations
Color information
#D351BC (or 0xD351BC) is known color: Fuchsia. HEX triplet: D3, 51 and BC. RGB value is (211,81,188). Sum of RGB (Red+Green+Blue) = 211+81+188=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 211 - color contains mainly: red. Hex color #D351BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D351BC is #2CAE43. Grayscale: #838383. Windows color (decimal): -2928196 or 12341715. OLE color: 12341715.
HSL color Cylindrical-coordinate representation of color #D351BC: hue angle of 310.62º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D351BC is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 81 | 188 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.17 |
| HSL | 310.62º | 0.6% | 0.57% | - |
| HSV(B) | 310.62º | 0.62% | 0.83% | - |
| XYZ | 38.88 | 23.36 | 50.04 | - |
| YUV | 132.07 | 159.57 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 81 | 188 | 0 | 0.62 | 0.11 | 0.17 | 310.62 | 0.6 | 0.57 |
| Hex | D3 | 51 | BC | 0 | 3E | B | 11 | 137 | 3C | 39 |
| Octal | 323 | 121 | 274 | 0 | 76 | 13 | 21 | 467 | 74 | 71 |
| Binary | 11010011 | 1010001 | 10111100 | 0 | 111110 | 1011 | 10001 | 100110111 | 111100 | 111001 |
Color Harmonies of #D351BC
Complementary color
Monochromatic Colors of #D351BC
Black with #D351BC
Text Example
Text Example
White with #D351BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D351BC; }
p { color: rgb(211,81,188); }
H1.HeaderClassName
{
color: #D351BC;
}
.AnyTagClassName
{
color: #D351BC;
}
</style>
background-color css
<style>
a { background-color: #D351BC; }
a { background-color: rgb(211,81,188); }
div.DivClassName
{
background-color: #D351BC;
}
.BgClassName
{
background-color: #D351BC;
}
</style>
border-color css
<style>
span { border-color: #D351BC; }
span { border-color: rgb(211,81,188); }
td.TdClassName
{
border-color: #D351BC;
}
.TagClassName
{
border-color: #D351BC;
}
</style>