Shades of Fuchsia #D22CBD
Tints of Fuchsia #D22CBD
RGB
CMYK
RGB Variations
Color information
#D22CBD (or 0xD22CBD) is known color: Fuchsia. HEX triplet: D2, 2C and BD. RGB value is (210,44,189). Sum of RGB (Red+Green+Blue) = 210+44+189=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 44 (17.58% from 255 or 9.93% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D22CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22CBD is #2DD342. Grayscale: #6D6D6D. Windows color (decimal): -3003203 or 12397778. OLE color: 12397778.
HSL color Cylindrical-coordinate representation of color #D22CBD: hue angle of 307.59º 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 #D22CBD is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 44 | 189 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.18 |
| HSL | 307.59º | 0.65% | 0.5% | - |
| HSV(B) | 307.59º | 0.79% | 0.82% | - |
| XYZ | 36.66 | 19.18 | 49.91 | - |
| YUV | 110.16 | 172.5 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 44 | 189 | 0 | 0.79 | 0.10 | 0.18 | 307.59 | 0.65 | 0.5 |
| Hex | D2 | 2C | BD | 0 | 4F | A | 12 | 134 | 41 | 32 |
| Octal | 322 | 54 | 275 | 0 | 117 | 12 | 22 | 464 | 101 | 62 |
| Binary | 11010010 | 101100 | 10111101 | 0 | 1001111 | 1010 | 10010 | 100110100 | 1000001 | 110010 |
Color Harmonies of #D22CBD
Complementary color
Monochromatic Colors of #D22CBD
Black with #D22CBD
Text Example
Text Example
White with #D22CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22CBD; }
p { color: rgb(210,44,189); }
H1.HeaderClassName
{
color: #D22CBD;
}
.AnyTagClassName
{
color: #D22CBD;
}
</style>
background-color css
<style>
a { background-color: #D22CBD; }
a { background-color: rgb(210,44,189); }
div.DivClassName
{
background-color: #D22CBD;
}
.BgClassName
{
background-color: #D22CBD;
}
</style>
border-color css
<style>
span { border-color: #D22CBD; }
span { border-color: rgb(210,44,189); }
td.TdClassName
{
border-color: #D22CBD;
}
.TagClassName
{
border-color: #D22CBD;
}
</style>