Shades of Fuchsia #D22DC8
Tints of Fuchsia #D22DC8
RGB
CMYK
RGB Variations
Color information
#D22DC8 (or 0xD22DC8) is known color: Fuchsia. HEX triplet: D2, 2D and C8. RGB value is (210,45,200). Sum of RGB (Red+Green+Blue) = 210+45+200=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 45 (17.97% from 255 or 9.89% from 455); Blue value is 200 (78.52% from 255 or 43.96% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D22DC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22DC8 is #2DD237. Grayscale: #6F6F6F. Windows color (decimal): -3002936 or 13118930. OLE color: 13118930.
HSL color Cylindrical-coordinate representation of color #D22DC8: hue angle of 303.64º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22DC8 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 45 | 200 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.18 |
| HSL | 303.64º | 0.65% | 0.5% | - |
| HSV(B) | 303.64º | 0.79% | 0.82% | - |
| XYZ | 37.94 | 19.75 | 56.46 | - |
| YUV | 112.01 | 177.66 | 197.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 45 | 200 | 0 | 0.79 | 0.05 | 0.18 | 303.64 | 0.65 | 0.5 |
| Hex | D2 | 2D | C8 | 0 | 4F | 5 | 12 | 130 | 41 | 32 |
| Octal | 322 | 55 | 310 | 0 | 117 | 5 | 22 | 460 | 101 | 62 |
| Binary | 11010010 | 101101 | 11001000 | 0 | 1001111 | 101 | 10010 | 100110000 | 1000001 | 110010 |
Color Harmonies of #D22DC8
Complementary color
Monochromatic Colors of #D22DC8
Black with #D22DC8
Text Example
Text Example
White with #D22DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22DC8; }
p { color: rgb(210,45,200); }
H1.HeaderClassName
{
color: #D22DC8;
}
.AnyTagClassName
{
color: #D22DC8;
}
</style>
background-color css
<style>
a { background-color: #D22DC8; }
a { background-color: rgb(210,45,200); }
div.DivClassName
{
background-color: #D22DC8;
}
.BgClassName
{
background-color: #D22DC8;
}
</style>
border-color css
<style>
span { border-color: #D22DC8; }
span { border-color: rgb(210,45,200); }
td.TdClassName
{
border-color: #D22DC8;
}
.TagClassName
{
border-color: #D22DC8;
}
</style>