Shades of Fuchsia #D12DCF
Tints of Fuchsia #D12DCF
RGB
CMYK
RGB Variations
Color information
#D12DCF (or 0xD12DCF) is known color: Fuchsia. HEX triplet: D1, 2D and CF. RGB value is (209,45,207). Sum of RGB (Red+Green+Blue) = 209+45+207=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 45 (17.97% from 255 or 9.76% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D12DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12DCF is #2ED230. Grayscale: #707070. Windows color (decimal): -3068465 or 13577681. OLE color: 13577681.
HSL color Cylindrical-coordinate representation of color #D12DCF: hue angle of 300.73º 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 #D12DCF is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 45 | 207 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.18 |
| HSL | 300.73º | 0.65% | 0.5% | - |
| HSV(B) | 300.73º | 0.78% | 0.82% | - |
| XYZ | 38.5 | 19.94 | 60.85 | - |
| YUV | 112.5 | 181.33 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 207 | 0 | 0.78 | 0.01 | 0.18 | 300.73 | 0.65 | 0.5 |
| Hex | D1 | 2D | CF | 0 | 4E | 1 | 12 | 12D | 41 | 32 |
| Octal | 321 | 55 | 317 | 0 | 116 | 1 | 22 | 455 | 101 | 62 |
| Binary | 11010001 | 101101 | 11001111 | 0 | 1001110 | 1 | 10010 | 100101101 | 1000001 | 110010 |
Color Harmonies of #D12DCF
Complementary color
Monochromatic Colors of #D12DCF
Black with #D12DCF
Text Example
Text Example
White with #D12DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12DCF; }
p { color: rgb(209,45,207); }
H1.HeaderClassName
{
color: #D12DCF;
}
.AnyTagClassName
{
color: #D12DCF;
}
</style>
background-color css
<style>
a { background-color: #D12DCF; }
a { background-color: rgb(209,45,207); }
div.DivClassName
{
background-color: #D12DCF;
}
.BgClassName
{
background-color: #D12DCF;
}
</style>
border-color css
<style>
span { border-color: #D12DCF; }
span { border-color: rgb(209,45,207); }
td.TdClassName
{
border-color: #D12DCF;
}
.TagClassName
{
border-color: #D12DCF;
}
</style>