Shades of Fuchsia #D22BBC
Tints of Fuchsia #D22BBC
RGB
CMYK
RGB Variations
Color information
#D22BBC (or 0xD22BBC) is known color: Fuchsia. HEX triplet: D2, 2B and BC. RGB value is (210,43,188). Sum of RGB (Red+Green+Blue) = 210+43+188=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 43 (17.19% from 255 or 9.75% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D22BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22BBC is #2DD443. Grayscale: #6D6D6D. Windows color (decimal): -3003460 or 12331986. OLE color: 12331986.
HSL color Cylindrical-coordinate representation of color #D22BBC: hue angle of 307.9º 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 #D22BBC is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 43 | 188 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.18 |
| HSL | 307.9º | 0.66% | 0.5% | - |
| HSV(B) | 307.9º | 0.8% | 0.82% | - |
| XYZ | 36.52 | 19.06 | 49.33 | - |
| YUV | 109.46 | 172.33 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 43 | 188 | 0 | 0.80 | 0.10 | 0.18 | 307.9 | 0.66 | 0.5 |
| Hex | D2 | 2B | BC | 0 | 50 | A | 12 | 134 | 42 | 32 |
| Octal | 322 | 53 | 274 | 0 | 120 | 12 | 22 | 464 | 102 | 62 |
| Binary | 11010010 | 101011 | 10111100 | 0 | 1010000 | 1010 | 10010 | 100110100 | 1000010 | 110010 |
Color Harmonies of #D22BBC
Complementary color
Monochromatic Colors of #D22BBC
Black with #D22BBC
Text Example
Text Example
White with #D22BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22BBC; }
p { color: rgb(210,43,188); }
H1.HeaderClassName
{
color: #D22BBC;
}
.AnyTagClassName
{
color: #D22BBC;
}
</style>
background-color css
<style>
a { background-color: #D22BBC; }
a { background-color: rgb(210,43,188); }
div.DivClassName
{
background-color: #D22BBC;
}
.BgClassName
{
background-color: #D22BBC;
}
</style>
border-color css
<style>
span { border-color: #D22BBC; }
span { border-color: rgb(210,43,188); }
td.TdClassName
{
border-color: #D22BBC;
}
.TagClassName
{
border-color: #D22BBC;
}
</style>