Shades of Deep Magenta #D22CCB
Tints of Deep Magenta #D22CCB
RGB
CMYK
RGB Variations
Color information
#D22CCB (or 0xD22CCB) is known color: Deep Magenta. HEX triplet: D2, 2C and CB. RGB value is (210,44,203). Sum of RGB (Red+Green+Blue) = 210+44+203=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 44 (17.58% from 255 or 9.63% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D22CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22CCB is #2DD334. Grayscale: #6F6F6F. Windows color (decimal): -3003189 or 13315282. OLE color: 13315282.
HSL color Cylindrical-coordinate representation of color #D22CCB: hue angle of 302.53º 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 #D22CCB is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 44 | 203 | - |
| CMYK | 0 | 0.79 | 0.03 | 0.18 |
| HSL | 302.53º | 0.65% | 0.5% | - |
| HSV(B) | 302.53º | 0.79% | 0.82% | - |
| XYZ | 38.26 | 19.81 | 58.31 | - |
| YUV | 111.76 | 179.5 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 44 | 203 | 0 | 0.79 | 0.03 | 0.18 | 302.53 | 0.65 | 0.5 |
| Hex | D2 | 2C | CB | 0 | 4F | 3 | 12 | 12F | 41 | 32 |
| Octal | 322 | 54 | 313 | 0 | 117 | 3 | 22 | 457 | 101 | 62 |
| Binary | 11010010 | 101100 | 11001011 | 0 | 1001111 | 11 | 10010 | 100101111 | 1000001 | 110010 |
Color Harmonies of #D22CCB
Complementary color
Monochromatic Colors of #D22CCB
Black with #D22CCB
Text Example
Text Example
White with #D22CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22CCB; }
p { color: rgb(210,44,203); }
H1.HeaderClassName
{
color: #D22CCB;
}
.AnyTagClassName
{
color: #D22CCB;
}
</style>
background-color css
<style>
a { background-color: #D22CCB; }
a { background-color: rgb(210,44,203); }
div.DivClassName
{
background-color: #D22CCB;
}
.BgClassName
{
background-color: #D22CCB;
}
</style>
border-color css
<style>
span { border-color: #D22CCB; }
span { border-color: rgb(210,44,203); }
td.TdClassName
{
border-color: #D22CCB;
}
.TagClassName
{
border-color: #D22CCB;
}
</style>