Shades of Fuchsia #D22EC9
Tints of Fuchsia #D22EC9
RGB
CMYK
RGB Variations
Color information
#D22EC9 (or 0xD22EC9) is known color: Fuchsia. HEX triplet: D2, 2E and C9. RGB value is (210,46,201). Sum of RGB (Red+Green+Blue) = 210+46+201=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 46 (18.36% from 255 or 10.07% from 457); Blue value is 201 (78.91% from 255 or 43.98% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D22EC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22EC9 is #2DD136. Grayscale: #707070. Windows color (decimal): -3002679 or 13184722. OLE color: 13184722.
HSL color Cylindrical-coordinate representation of color #D22EC9: hue angle of 303.29º 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 #D22EC9 is Cyan = 0, Magento = 0.78, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 46 | 201 | - |
| CMYK | 0 | 0.78 | 0.04 | 0.18 |
| HSL | 303.29º | 0.65% | 0.5% | - |
| HSV(B) | 303.29º | 0.78% | 0.82% | - |
| XYZ | 38.1 | 19.87 | 57.09 | - |
| YUV | 112.71 | 177.83 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 46 | 201 | 0 | 0.78 | 0.04 | 0.18 | 303.29 | 0.65 | 0.5 |
| Hex | D2 | 2E | C9 | 0 | 4E | 4 | 12 | 12F | 41 | 32 |
| Octal | 322 | 56 | 311 | 0 | 116 | 4 | 22 | 457 | 101 | 62 |
| Binary | 11010010 | 101110 | 11001001 | 0 | 1001110 | 100 | 10010 | 100101111 | 1000001 | 110010 |
Color Harmonies of #D22EC9
Complementary color
Monochromatic Colors of #D22EC9
Black with #D22EC9
Text Example
Text Example
White with #D22EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22EC9; }
p { color: rgb(210,46,201); }
H1.HeaderClassName
{
color: #D22EC9;
}
.AnyTagClassName
{
color: #D22EC9;
}
</style>
background-color css
<style>
a { background-color: #D22EC9; }
a { background-color: rgb(210,46,201); }
div.DivClassName
{
background-color: #D22EC9;
}
.BgClassName
{
background-color: #D22EC9;
}
</style>
border-color css
<style>
span { border-color: #D22EC9; }
span { border-color: rgb(210,46,201); }
td.TdClassName
{
border-color: #D22EC9;
}
.TagClassName
{
border-color: #D22EC9;
}
</style>