Shades of Fuchsia #D22EC7
Tints of Fuchsia #D22EC7
RGB
CMYK
RGB Variations
Color information
#D22EC7 (or 0xD22EC7) is known color: Fuchsia. HEX triplet: D2, 2E and C7. RGB value is (210,46,199). Sum of RGB (Red+Green+Blue) = 210+46+199=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 46 (18.36% from 255 or 10.11% from 455); Blue value is 199 (78.12% from 255 or 43.74% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D22EC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22EC7 is #2DD138. Grayscale: #707070. Windows color (decimal): -3002681 or 13053650. OLE color: 13053650.
HSL color Cylindrical-coordinate representation of color #D22EC7: hue angle of 304.02º 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 #D22EC7 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 46 | 199 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.18 |
| HSL | 304.02º | 0.65% | 0.5% | - |
| HSV(B) | 304.02º | 0.78% | 0.82% | - |
| XYZ | 37.86 | 19.78 | 55.85 | - |
| YUV | 112.48 | 176.83 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 46 | 199 | 0 | 0.78 | 0.05 | 0.18 | 304.02 | 0.65 | 0.5 |
| Hex | D2 | 2E | C7 | 0 | 4E | 5 | 12 | 130 | 41 | 32 |
| Octal | 322 | 56 | 307 | 0 | 116 | 5 | 22 | 460 | 101 | 62 |
| Binary | 11010010 | 101110 | 11000111 | 0 | 1001110 | 101 | 10010 | 100110000 | 1000001 | 110010 |
Color Harmonies of #D22EC7
Complementary color
Monochromatic Colors of #D22EC7
Black with #D22EC7
Text Example
Text Example
White with #D22EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22EC7; }
p { color: rgb(210,46,199); }
H1.HeaderClassName
{
color: #D22EC7;
}
.AnyTagClassName
{
color: #D22EC7;
}
</style>
background-color css
<style>
a { background-color: #D22EC7; }
a { background-color: rgb(210,46,199); }
div.DivClassName
{
background-color: #D22EC7;
}
.BgClassName
{
background-color: #D22EC7;
}
</style>
border-color css
<style>
span { border-color: #D22EC7; }
span { border-color: rgb(210,46,199); }
td.TdClassName
{
border-color: #D22EC7;
}
.TagClassName
{
border-color: #D22EC7;
}
</style>