Shades of Fuchsia #D22DD0
Tints of Fuchsia #D22DD0
RGB
CMYK
RGB Variations
Color information
#D22DD0 (or 0xD22DD0) is known color: Fuchsia. HEX triplet: D2, 2D and D0. RGB value is (210,45,208). Sum of RGB (Red+Green+Blue) = 210+45+208=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 45 (17.97% from 255 or 9.72% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D22DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22DD0 is #2DD22F. Grayscale: #707070. Windows color (decimal): -3002928 or 13643218. OLE color: 13643218.
HSL color Cylindrical-coordinate representation of color #D22DD0: 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.79%. Process color model (Four color, CMYK) of #D22DD0 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 45 | 208 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.18 |
| HSL | 300.73º | 0.65% | 0.5% | - |
| HSV(B) | 300.73º | 0.79% | 0.82% | - |
| XYZ | 38.9 | 20.13 | 61.51 | - |
| YUV | 112.92 | 181.66 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 45 | 208 | 0 | 0.79 | 0.01 | 0.18 | 300.73 | 0.65 | 0.5 |
| Hex | D2 | 2D | D0 | 0 | 4F | 1 | 12 | 12D | 41 | 32 |
| Octal | 322 | 55 | 320 | 0 | 117 | 1 | 22 | 455 | 101 | 62 |
| Binary | 11010010 | 101101 | 11010000 | 0 | 1001111 | 1 | 10010 | 100101101 | 1000001 | 110010 |
Color Harmonies of #D22DD0
Complementary color
Monochromatic Colors of #D22DD0
Black with #D22DD0
Text Example
Text Example
White with #D22DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22DD0; }
p { color: rgb(210,45,208); }
H1.HeaderClassName
{
color: #D22DD0;
}
.AnyTagClassName
{
color: #D22DD0;
}
</style>
background-color css
<style>
a { background-color: #D22DD0; }
a { background-color: rgb(210,45,208); }
div.DivClassName
{
background-color: #D22DD0;
}
.BgClassName
{
background-color: #D22DD0;
}
</style>
border-color css
<style>
span { border-color: #D22DD0; }
span { border-color: rgb(210,45,208); }
td.TdClassName
{
border-color: #D22DD0;
}
.TagClassName
{
border-color: #D22DD0;
}
</style>