Shades of Fuchsia #D22BB8
Tints of Fuchsia #D22BB8
RGB
CMYK
RGB Variations
Color information
#D22BB8 (or 0xD22BB8) is known color: Fuchsia. HEX triplet: D2, 2B and B8. RGB value is (210,43,184). Sum of RGB (Red+Green+Blue) = 210+43+184=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 43 (17.19% from 255 or 9.84% from 437); Blue value is 184 (72.27% from 255 or 42.11% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D22BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22BB8 is #2DD447. Grayscale: #6C6C6C. Windows color (decimal): -3003464 or 12069842. OLE color: 12069842.
HSL color Cylindrical-coordinate representation of color #D22BB8: hue angle of 309.34º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22BB8 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 43 | 184 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.18 |
| HSL | 309.34º | 0.66% | 0.5% | - |
| HSV(B) | 309.34º | 0.8% | 0.82% | - |
| XYZ | 36.09 | 18.89 | 47.09 | - |
| YUV | 109.01 | 170.33 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 43 | 184 | 0 | 0.80 | 0.12 | 0.18 | 309.34 | 0.66 | 0.5 |
| Hex | D2 | 2B | B8 | 0 | 50 | C | 12 | 135 | 42 | 32 |
| Octal | 322 | 53 | 270 | 0 | 120 | 14 | 22 | 465 | 102 | 62 |
| Binary | 11010010 | 101011 | 10111000 | 0 | 1010000 | 1100 | 10010 | 100110101 | 1000010 | 110010 |
Color Harmonies of #D22BB8
Complementary color
Monochromatic Colors of #D22BB8
Black with #D22BB8
Text Example
Text Example
White with #D22BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22BB8; }
p { color: rgb(210,43,184); }
H1.HeaderClassName
{
color: #D22BB8;
}
.AnyTagClassName
{
color: #D22BB8;
}
</style>
background-color css
<style>
a { background-color: #D22BB8; }
a { background-color: rgb(210,43,184); }
div.DivClassName
{
background-color: #D22BB8;
}
.BgClassName
{
background-color: #D22BB8;
}
</style>
border-color css
<style>
span { border-color: #D22BB8; }
span { border-color: rgb(210,43,184); }
td.TdClassName
{
border-color: #D22BB8;
}
.TagClassName
{
border-color: #D22BB8;
}
</style>