Shades of Fuchsia #D12DC9
Tints of Fuchsia #D12DC9
RGB
CMYK
RGB Variations
Color information
#D12DC9 (or 0xD12DC9) is known color: Fuchsia. HEX triplet: D1, 2D and C9. RGB value is (209,45,201). Sum of RGB (Red+Green+Blue) = 209+45+201=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 45 (17.97% from 255 or 9.89% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D12DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12DC9 is #2ED236. Grayscale: #6F6F6F. Windows color (decimal): -3068471 or 13184465. OLE color: 13184465.
HSL color Cylindrical-coordinate representation of color #D12DC9: hue angle of 302.93º 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 #D12DC9 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 45 | 201 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.18 |
| HSL | 302.93º | 0.65% | 0.5% | - |
| HSV(B) | 302.93º | 0.78% | 0.82% | - |
| XYZ | 37.78 | 19.65 | 57.06 | - |
| YUV | 111.82 | 178.33 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 201 | 0 | 0.78 | 0.04 | 0.18 | 302.93 | 0.65 | 0.5 |
| Hex | D1 | 2D | C9 | 0 | 4E | 4 | 12 | 12F | 41 | 32 |
| Octal | 321 | 55 | 311 | 0 | 116 | 4 | 22 | 457 | 101 | 62 |
| Binary | 11010001 | 101101 | 11001001 | 0 | 1001110 | 100 | 10010 | 100101111 | 1000001 | 110010 |
Color Harmonies of #D12DC9
Complementary color
Monochromatic Colors of #D12DC9
Black with #D12DC9
Text Example
Text Example
White with #D12DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12DC9; }
p { color: rgb(209,45,201); }
H1.HeaderClassName
{
color: #D12DC9;
}
.AnyTagClassName
{
color: #D12DC9;
}
</style>
background-color css
<style>
a { background-color: #D12DC9; }
a { background-color: rgb(209,45,201); }
div.DivClassName
{
background-color: #D12DC9;
}
.BgClassName
{
background-color: #D12DC9;
}
</style>
border-color css
<style>
span { border-color: #D12DC9; }
span { border-color: rgb(209,45,201); }
td.TdClassName
{
border-color: #D12DC9;
}
.TagClassName
{
border-color: #D12DC9;
}
</style>