Shades of Fuchsia #D22BBE
Tints of Fuchsia #D22BBE
RGB
CMYK
RGB Variations
Color information
#D22BBE (or 0xD22BBE) is known color: Fuchsia. HEX triplet: D2, 2B and BE. RGB value is (210,43,190). Sum of RGB (Red+Green+Blue) = 210+43+190=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 43 (17.19% from 255 or 9.71% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D22BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22BBE is #2DD441. Grayscale: #6D6D6D. Windows color (decimal): -3003458 or 12463058. OLE color: 12463058.
HSL color Cylindrical-coordinate representation of color #D22BBE: hue angle of 307.19º 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 #D22BBE is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 43 | 190 | - |
| CMYK | 0 | 0.80 | 0.10 | 0.18 |
| HSL | 307.19º | 0.66% | 0.5% | - |
| HSV(B) | 307.19º | 0.8% | 0.82% | - |
| XYZ | 36.74 | 19.15 | 50.47 | - |
| YUV | 109.69 | 173.33 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 43 | 190 | 0 | 0.80 | 0.10 | 0.18 | 307.19 | 0.66 | 0.5 |
| Hex | D2 | 2B | BE | 0 | 50 | A | 12 | 133 | 42 | 32 |
| Octal | 322 | 53 | 276 | 0 | 120 | 12 | 22 | 463 | 102 | 62 |
| Binary | 11010010 | 101011 | 10111110 | 0 | 1010000 | 1010 | 10010 | 100110011 | 1000010 | 110010 |
Color Harmonies of #D22BBE
Complementary color
Monochromatic Colors of #D22BBE
Black with #D22BBE
Text Example
Text Example
White with #D22BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22BBE; }
p { color: rgb(210,43,190); }
H1.HeaderClassName
{
color: #D22BBE;
}
.AnyTagClassName
{
color: #D22BBE;
}
</style>
background-color css
<style>
a { background-color: #D22BBE; }
a { background-color: rgb(210,43,190); }
div.DivClassName
{
background-color: #D22BBE;
}
.BgClassName
{
background-color: #D22BBE;
}
</style>
border-color css
<style>
span { border-color: #D22BBE; }
span { border-color: rgb(210,43,190); }
td.TdClassName
{
border-color: #D22BBE;
}
.TagClassName
{
border-color: #D22BBE;
}
</style>