Shades of Fuchsia #D22DC9
Tints of Fuchsia #D22DC9
RGB
CMYK
RGB Variations
Color information
#D22DC9 (or 0xD22DC9) is known color: Fuchsia. HEX triplet: D2, 2D and C9. RGB value is (210,45,201). Sum of RGB (Red+Green+Blue) = 210+45+201=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 45 (17.97% from 255 or 9.87% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D22DC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22DC9 is #2DD236. Grayscale: #6F6F6F. Windows color (decimal): -3002935 or 13184466. OLE color: 13184466.
HSL color Cylindrical-coordinate representation of color #D22DC9: hue angle of 303.27º 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 #D22DC9 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 45 | 201 | - |
| CMYK | 0 | 0.79 | 0.04 | 0.18 |
| HSL | 303.27º | 0.65% | 0.5% | - |
| HSV(B) | 303.27º | 0.79% | 0.82% | - |
| XYZ | 38.06 | 19.8 | 57.07 | - |
| YUV | 112.12 | 178.16 | 197.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 45 | 201 | 0 | 0.79 | 0.04 | 0.18 | 303.27 | 0.65 | 0.5 |
| Hex | D2 | 2D | C9 | 0 | 4F | 4 | 12 | 12F | 41 | 32 |
| Octal | 322 | 55 | 311 | 0 | 117 | 4 | 22 | 457 | 101 | 62 |
| Binary | 11010010 | 101101 | 11001001 | 0 | 1001111 | 100 | 10010 | 100101111 | 1000001 | 110010 |
Color Harmonies of #D22DC9
Complementary color
Monochromatic Colors of #D22DC9
Black with #D22DC9
Text Example
Text Example
White with #D22DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22DC9; }
p { color: rgb(210,45,201); }
H1.HeaderClassName
{
color: #D22DC9;
}
.AnyTagClassName
{
color: #D22DC9;
}
</style>
background-color css
<style>
a { background-color: #D22DC9; }
a { background-color: rgb(210,45,201); }
div.DivClassName
{
background-color: #D22DC9;
}
.BgClassName
{
background-color: #D22DC9;
}
</style>
border-color css
<style>
span { border-color: #D22DC9; }
span { border-color: rgb(210,45,201); }
td.TdClassName
{
border-color: #D22DC9;
}
.TagClassName
{
border-color: #D22DC9;
}
</style>