Shades of Fuchsia #D22ED0
Tints of Fuchsia #D22ED0
RGB
CMYK
RGB Variations
Color information
#D22ED0 (or 0xD22ED0) is known color: Fuchsia. HEX triplet: D2, 2E and D0. RGB value is (210,46,208). Sum of RGB (Red+Green+Blue) = 210+46+208=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 46 (18.36% from 255 or 9.91% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D22ED0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22ED0 is #2DD12F. Grayscale: #717171. Windows color (decimal): -3002672 or 13643474. OLE color: 13643474.
HSL color Cylindrical-coordinate representation of color #D22ED0: hue angle of 300.73º 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 #D22ED0 is Cyan = 0, Magento = 0.78, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 46 | 208 | - |
| CMYK | 0 | 0.78 | 0.01 | 0.18 |
| HSL | 300.73º | 0.65% | 0.5% | - |
| HSV(B) | 300.73º | 0.78% | 0.82% | - |
| XYZ | 38.94 | 20.21 | 61.52 | - |
| YUV | 113.5 | 181.33 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 46 | 208 | 0 | 0.78 | 0.01 | 0.18 | 300.73 | 0.65 | 0.5 |
| Hex | D2 | 2E | D0 | 0 | 4E | 1 | 12 | 12D | 41 | 32 |
| Octal | 322 | 56 | 320 | 0 | 116 | 1 | 22 | 455 | 101 | 62 |
| Binary | 11010010 | 101110 | 11010000 | 0 | 1001110 | 1 | 10010 | 100101101 | 1000001 | 110010 |
Color Harmonies of #D22ED0
Complementary color
Monochromatic Colors of #D22ED0
Black with #D22ED0
Text Example
Text Example
White with #D22ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22ED0; }
p { color: rgb(210,46,208); }
H1.HeaderClassName
{
color: #D22ED0;
}
.AnyTagClassName
{
color: #D22ED0;
}
</style>
background-color css
<style>
a { background-color: #D22ED0; }
a { background-color: rgb(210,46,208); }
div.DivClassName
{
background-color: #D22ED0;
}
.BgClassName
{
background-color: #D22ED0;
}
</style>
border-color css
<style>
span { border-color: #D22ED0; }
span { border-color: rgb(210,46,208); }
td.TdClassName
{
border-color: #D22ED0;
}
.TagClassName
{
border-color: #D22ED0;
}
</style>