Shades of Fuchsia #D22DBB
Tints of Fuchsia #D22DBB
RGB
CMYK
RGB Variations
Color information
#D22DBB (or 0xD22DBB) is known color: Fuchsia. HEX triplet: D2, 2D and BB. RGB value is (210,45,187). Sum of RGB (Red+Green+Blue) = 210+45+187=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D22DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22DBB is #2DD244. Grayscale: #6E6E6E. Windows color (decimal): -3002949 or 12266962. OLE color: 12266962.
HSL color Cylindrical-coordinate representation of color #D22DBB: hue angle of 308.36º 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 #D22DBB is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 45 | 187 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.18 |
| HSL | 308.36º | 0.65% | 0.5% | - |
| HSV(B) | 308.36º | 0.79% | 0.82% | - |
| XYZ | 36.49 | 19.17 | 48.79 | - |
| YUV | 110.52 | 171.16 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 45 | 187 | 0 | 0.79 | 0.11 | 0.18 | 308.36 | 0.65 | 0.5 |
| Hex | D2 | 2D | BB | 0 | 4F | B | 12 | 134 | 41 | 32 |
| Octal | 322 | 55 | 273 | 0 | 117 | 13 | 22 | 464 | 101 | 62 |
| Binary | 11010010 | 101101 | 10111011 | 0 | 1001111 | 1011 | 10010 | 100110100 | 1000001 | 110010 |
Color Harmonies of #D22DBB
Complementary color
Monochromatic Colors of #D22DBB
Black with #D22DBB
Text Example
Text Example
White with #D22DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22DBB; }
p { color: rgb(210,45,187); }
H1.HeaderClassName
{
color: #D22DBB;
}
.AnyTagClassName
{
color: #D22DBB;
}
</style>
background-color css
<style>
a { background-color: #D22DBB; }
a { background-color: rgb(210,45,187); }
div.DivClassName
{
background-color: #D22DBB;
}
.BgClassName
{
background-color: #D22DBB;
}
</style>
border-color css
<style>
span { border-color: #D22DBB; }
span { border-color: rgb(210,45,187); }
td.TdClassName
{
border-color: #D22DBB;
}
.TagClassName
{
border-color: #D22DBB;
}
</style>