Shades of Fuchsia #D22ECE
Tints of Fuchsia #D22ECE
RGB
CMYK
RGB Variations
Color information
#D22ECE (or 0xD22ECE) is known color: Fuchsia. HEX triplet: D2, 2E and CE. RGB value is (210,46,206). Sum of RGB (Red+Green+Blue) = 210+46+206=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 46 (18.36% from 255 or 9.96% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D22ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22ECE is #2DD131. Grayscale: #707070. Windows color (decimal): -3002674 or 13512402. OLE color: 13512402.
HSL color Cylindrical-coordinate representation of color #D22ECE: hue angle of 301.46º 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 #D22ECE is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 46 | 206 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.18 |
| HSL | 301.46º | 0.65% | 0.5% | - |
| HSV(B) | 301.46º | 0.78% | 0.82% | - |
| XYZ | 38.7 | 20.11 | 60.23 | - |
| YUV | 113.28 | 180.33 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 46 | 206 | 0 | 0.78 | 0.02 | 0.18 | 301.46 | 0.65 | 0.5 |
| Hex | D2 | 2E | CE | 0 | 4E | 2 | 12 | 12D | 41 | 32 |
| Octal | 322 | 56 | 316 | 0 | 116 | 2 | 22 | 455 | 101 | 62 |
| Binary | 11010010 | 101110 | 11001110 | 0 | 1001110 | 10 | 10010 | 100101101 | 1000001 | 110010 |
Color Harmonies of #D22ECE
Complementary color
Monochromatic Colors of #D22ECE
Black with #D22ECE
Text Example
Text Example
White with #D22ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22ECE; }
p { color: rgb(210,46,206); }
H1.HeaderClassName
{
color: #D22ECE;
}
.AnyTagClassName
{
color: #D22ECE;
}
</style>
background-color css
<style>
a { background-color: #D22ECE; }
a { background-color: rgb(210,46,206); }
div.DivClassName
{
background-color: #D22ECE;
}
.BgClassName
{
background-color: #D22ECE;
}
</style>
border-color css
<style>
span { border-color: #D22ECE; }
span { border-color: rgb(210,46,206); }
td.TdClassName
{
border-color: #D22ECE;
}
.TagClassName
{
border-color: #D22ECE;
}
</style>