Shades of Deep Cerise #D22BA3
Tints of Deep Cerise #D22BA3
RGB
CMYK
RGB Variations
Color information
#D22BA3 (or 0xD22BA3) is known color: Deep Cerise. HEX triplet: D2, 2B and A3. RGB value is (210,43,163). Sum of RGB (Red+Green+Blue) = 210+43+163=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 43 (17.19% from 255 or 10.34% from 416); Blue value is 163 (64.06% from 255 or 39.18% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D22BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22BA3 is #2DD45C. Grayscale: #6A6A6A. Windows color (decimal): -3003485 or 10693586. OLE color: 10693586.
HSL color Cylindrical-coordinate representation of color #D22BA3: hue angle of 316.89º 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 #D22BA3 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 43 | 163 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.18 |
| HSL | 316.89º | 0.66% | 0.5% | - |
| HSV(B) | 316.89º | 0.8% | 0.82% | - |
| XYZ | 34.05 | 18.07 | 36.34 | - |
| YUV | 106.61 | 159.83 | 201.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 43 | 163 | 0 | 0.80 | 0.22 | 0.18 | 316.89 | 0.66 | 0.5 |
| Hex | D2 | 2B | A3 | 0 | 50 | 16 | 12 | 13D | 42 | 32 |
| Octal | 322 | 53 | 243 | 0 | 120 | 26 | 22 | 475 | 102 | 62 |
| Binary | 11010010 | 101011 | 10100011 | 0 | 1010000 | 10110 | 10010 | 100111101 | 1000010 | 110010 |
Color Harmonies of #D22BA3
Complementary color
Monochromatic Colors of #D22BA3
Black with #D22BA3
Text Example
Text Example
White with #D22BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22BA3; }
p { color: rgb(210,43,163); }
H1.HeaderClassName
{
color: #D22BA3;
}
.AnyTagClassName
{
color: #D22BA3;
}
</style>
background-color css
<style>
a { background-color: #D22BA3; }
a { background-color: rgb(210,43,163); }
div.DivClassName
{
background-color: #D22BA3;
}
.BgClassName
{
background-color: #D22BA3;
}
</style>
border-color css
<style>
span { border-color: #D22BA3; }
span { border-color: rgb(210,43,163); }
td.TdClassName
{
border-color: #D22BA3;
}
.TagClassName
{
border-color: #D22BA3;
}
</style>