Shades of Fuchsia #D12FCD
Tints of Fuchsia #D12FCD
RGB
CMYK
RGB Variations
Color information
#D12FCD (or 0xD12FCD) is known color: Fuchsia. HEX triplet: D1, 2F and CD. RGB value is (209,47,205). Sum of RGB (Red+Green+Blue) = 209+47+205=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 47 (18.75% from 255 or 10.20% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D12FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D12FCD is #2ED032. Grayscale: #707070. Windows color (decimal): -3067955 or 13447121. OLE color: 13447121.
HSL color Cylindrical-coordinate representation of color #D12FCD: hue angle of 301.48º 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 #D12FCD is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 47 | 205 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.18 |
| HSL | 301.48º | 0.64% | 0.5% | - |
| HSV(B) | 301.48º | 0.78% | 0.82% | - |
| XYZ | 38.33 | 20 | 59.6 | - |
| YUV | 113.45 | 179.67 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 47 | 205 | 0 | 0.78 | 0.02 | 0.18 | 301.48 | 0.64 | 0.5 |
| Hex | D1 | 2F | CD | 0 | 4E | 2 | 12 | 12D | 40 | 32 |
| Octal | 321 | 57 | 315 | 0 | 116 | 2 | 22 | 455 | 100 | 62 |
| Binary | 11010001 | 101111 | 11001101 | 0 | 1001110 | 10 | 10010 | 100101101 | 1000000 | 110010 |
Color Harmonies of #D12FCD
Complementary color
Monochromatic Colors of #D12FCD
Black with #D12FCD
Text Example
Text Example
White with #D12FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12FCD; }
p { color: rgb(209,47,205); }
H1.HeaderClassName
{
color: #D12FCD;
}
.AnyTagClassName
{
color: #D12FCD;
}
</style>
background-color css
<style>
a { background-color: #D12FCD; }
a { background-color: rgb(209,47,205); }
div.DivClassName
{
background-color: #D12FCD;
}
.BgClassName
{
background-color: #D12FCD;
}
</style>
border-color css
<style>
span { border-color: #D12FCD; }
span { border-color: rgb(209,47,205); }
td.TdClassName
{
border-color: #D12FCD;
}
.TagClassName
{
border-color: #D12FCD;
}
</style>