Shades of Deep Cerise #D232AA
Tints of Deep Cerise #D232AA
RGB
CMYK
RGB Variations
Color information
#D232AA (or 0xD232AA) is known color: Deep Cerise. HEX triplet: D2, 32 and AA. RGB value is (210,50,170). Sum of RGB (Red+Green+Blue) = 210+50+170=430 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.84% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 170 (66.80% from 255 or 39.53% from 430); Max value from RGB is 210 - color contains mainly: red. Hex color #D232AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D232AA is #2DCD55. Grayscale: #6F6F6F. Windows color (decimal): -3001686 or 11154130. OLE color: 11154130.
HSL color Cylindrical-coordinate representation of color #D232AA: hue angle of 315º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D232AA is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 170 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.18 |
| HSL | 315º | 0.64% | 0.51% | - |
| HSV(B) | 315º | 0.76% | 0.82% | - |
| XYZ | 34.97 | 18.89 | 39.83 | - |
| YUV | 111.52 | 161.01 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 170 | 0 | 0.76 | 0.19 | 0.18 | 315 | 0.64 | 0.51 |
| Hex | D2 | 32 | AA | 0 | 4C | 13 | 12 | 13B | 40 | 33 |
| Octal | 322 | 62 | 252 | 0 | 114 | 23 | 22 | 473 | 100 | 63 |
| Binary | 11010010 | 110010 | 10101010 | 0 | 1001100 | 10011 | 10010 | 100111011 | 1000000 | 110011 |
Color Harmonies of #D232AA
Complementary color
Monochromatic Colors of #D232AA
Black with #D232AA
Text Example
Text Example
White with #D232AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D232AA; }
p { color: rgb(210,50,170); }
H1.HeaderClassName
{
color: #D232AA;
}
.AnyTagClassName
{
color: #D232AA;
}
</style>
background-color css
<style>
a { background-color: #D232AA; }
a { background-color: rgb(210,50,170); }
div.DivClassName
{
background-color: #D232AA;
}
.BgClassName
{
background-color: #D232AA;
}
</style>
border-color css
<style>
span { border-color: #D232AA; }
span { border-color: rgb(210,50,170); }
td.TdClassName
{
border-color: #D232AA;
}
.TagClassName
{
border-color: #D232AA;
}
</style>