Shades of Fuchsia #D12FC9
Tints of Fuchsia #D12FC9
RGB
CMYK
RGB Variations
Color information
#D12FC9 (or 0xD12FC9) is known color: Fuchsia. HEX triplet: D1, 2F and C9. RGB value is (209,47,201). Sum of RGB (Red+Green+Blue) = 209+47+201=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 47 (18.75% from 255 or 10.28% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D12FC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12FC9 is #2ED036. Grayscale: #707070. Windows color (decimal): -3067959 or 13184977. OLE color: 13184977.
HSL color Cylindrical-coordinate representation of color #D12FC9: hue angle of 302.96º degrees, saturation: 0.64, 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 #D12FC9 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 47 | 201 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.18 |
| HSL | 302.96º | 0.64% | 0.5% | - |
| HSV(B) | 302.96º | 0.78% | 0.82% | - |
| XYZ | 37.85 | 19.81 | 57.09 | - |
| YUV | 112.99 | 177.67 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 201 | 0 | 0.78 | 0.04 | 0.18 | 302.96 | 0.64 | 0.5 |
| Hex | D1 | 2F | C9 | 0 | 4E | 4 | 12 | 12F | 40 | 32 |
| Octal | 321 | 57 | 311 | 0 | 116 | 4 | 22 | 457 | 100 | 62 |
| Binary | 11010001 | 101111 | 11001001 | 0 | 1001110 | 100 | 10010 | 100101111 | 1000000 | 110010 |
Color Harmonies of #D12FC9
Complementary color
Monochromatic Colors of #D12FC9
Black with #D12FC9
Text Example
Text Example
White with #D12FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12FC9; }
p { color: rgb(209,47,201); }
H1.HeaderClassName
{
color: #D12FC9;
}
.AnyTagClassName
{
color: #D12FC9;
}
</style>
background-color css
<style>
a { background-color: #D12FC9; }
a { background-color: rgb(209,47,201); }
div.DivClassName
{
background-color: #D12FC9;
}
.BgClassName
{
background-color: #D12FC9;
}
</style>
border-color css
<style>
span { border-color: #D12FC9; }
span { border-color: rgb(209,47,201); }
td.TdClassName
{
border-color: #D12FC9;
}
.TagClassName
{
border-color: #D12FC9;
}
</style>