Shades of Fuchsia #D22FCE
Tints of Fuchsia #D22FCE
RGB
CMYK
RGB Variations
Color information
#D22FCE (or 0xD22FCE) is known color: Fuchsia. HEX triplet: D2, 2F and CE. RGB value is (210,47,206). Sum of RGB (Red+Green+Blue) = 210+47+206=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 47 (18.75% from 255 or 10.15% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D22FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22FCE is #2DD031. Grayscale: #717171. Windows color (decimal): -3002418 or 13512658. OLE color: 13512658.
HSL color Cylindrical-coordinate representation of color #D22FCE: hue angle of 301.47º 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 #D22FCE is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 206 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.18 |
| HSL | 301.47º | 0.64% | 0.5% | - |
| HSV(B) | 301.47º | 0.78% | 0.82% | - |
| XYZ | 38.74 | 20.19 | 60.25 | - |
| YUV | 113.86 | 180 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 206 | 0 | 0.78 | 0.02 | 0.18 | 301.47 | 0.64 | 0.5 |
| Hex | D2 | 2F | CE | 0 | 4E | 2 | 12 | 12D | 40 | 32 |
| Octal | 322 | 57 | 316 | 0 | 116 | 2 | 22 | 455 | 100 | 62 |
| Binary | 11010010 | 101111 | 11001110 | 0 | 1001110 | 10 | 10010 | 100101101 | 1000000 | 110010 |
Color Harmonies of #D22FCE
Complementary color
Monochromatic Colors of #D22FCE
Black with #D22FCE
Text Example
Text Example
White with #D22FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22FCE; }
p { color: rgb(210,47,206); }
H1.HeaderClassName
{
color: #D22FCE;
}
.AnyTagClassName
{
color: #D22FCE;
}
</style>
background-color css
<style>
a { background-color: #D22FCE; }
a { background-color: rgb(210,47,206); }
div.DivClassName
{
background-color: #D22FCE;
}
.BgClassName
{
background-color: #D22FCE;
}
</style>
border-color css
<style>
span { border-color: #D22FCE; }
span { border-color: rgb(210,47,206); }
td.TdClassName
{
border-color: #D22FCE;
}
.TagClassName
{
border-color: #D22FCE;
}
</style>