Shades of Fuchsia #D12DCB
Tints of Fuchsia #D12DCB
RGB
CMYK
RGB Variations
Color information
#D12DCB (or 0xD12DCB) is known color: Fuchsia. HEX triplet: D1, 2D and CB. RGB value is (209,45,203). Sum of RGB (Red+Green+Blue) = 209+45+203=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 45 (17.97% from 255 or 9.85% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D12DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12DCB is #2ED234. Grayscale: #6F6F6F. Windows color (decimal): -3068469 or 13315537. OLE color: 13315537.
HSL color Cylindrical-coordinate representation of color #D12DCB: hue angle of 302.2º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D12DCB is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 45 | 203 | - |
| CMYK | 0 | 0.78 | 0.03 | 0.18 |
| HSL | 302.2º | 0.65% | 0.5% | - |
| HSV(B) | 302.2º | 0.78% | 0.82% | - |
| XYZ | 38.01 | 19.74 | 58.31 | - |
| YUV | 112.05 | 179.33 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 203 | 0 | 0.78 | 0.03 | 0.18 | 302.2 | 0.65 | 0.5 |
| Hex | D1 | 2D | CB | 0 | 4E | 3 | 12 | 12E | 41 | 32 |
| Octal | 321 | 55 | 313 | 0 | 116 | 3 | 22 | 456 | 101 | 62 |
| Binary | 11010001 | 101101 | 11001011 | 0 | 1001110 | 11 | 10010 | 100101110 | 1000001 | 110010 |
Color Harmonies of #D12DCB
Complementary color
Monochromatic Colors of #D12DCB
Black with #D12DCB
Text Example
Text Example
White with #D12DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12DCB; }
p { color: rgb(209,45,203); }
H1.HeaderClassName
{
color: #D12DCB;
}
.AnyTagClassName
{
color: #D12DCB;
}
</style>
background-color css
<style>
a { background-color: #D12DCB; }
a { background-color: rgb(209,45,203); }
div.DivClassName
{
background-color: #D12DCB;
}
.BgClassName
{
background-color: #D12DCB;
}
</style>
border-color css
<style>
span { border-color: #D12DCB; }
span { border-color: rgb(209,45,203); }
td.TdClassName
{
border-color: #D12DCB;
}
.TagClassName
{
border-color: #D12DCB;
}
</style>