Shades of Deep Cerise #D237AA
Tints of Deep Cerise #D237AA
RGB
CMYK
RGB Variations
Color information
#D237AA (or 0xD237AA) is known color: Deep Cerise. HEX triplet: D2, 37 and AA. RGB value is (210,55,170). Sum of RGB (Red+Green+Blue) = 210+55+170=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 55 (21.88% from 255 or 12.64% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D237AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D237AA is #2DC855. Grayscale: #727272. Windows color (decimal): -3000406 or 11155410. OLE color: 11155410.
HSL color Cylindrical-coordinate representation of color #D237AA: hue angle of 315.48º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D237AA is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 170 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.18 |
| HSL | 315.48º | 0.63% | 0.52% | - |
| HSV(B) | 315.48º | 0.74% | 0.82% | - |
| XYZ | 35.2 | 19.34 | 39.91 | - |
| YUV | 114.46 | 159.35 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 170 | 0 | 0.74 | 0.19 | 0.18 | 315.48 | 0.63 | 0.52 |
| Hex | D2 | 37 | AA | 0 | 4A | 13 | 12 | 13B | 3F | 34 |
| Octal | 322 | 67 | 252 | 0 | 112 | 23 | 22 | 473 | 77 | 64 |
| Binary | 11010010 | 110111 | 10101010 | 0 | 1001010 | 10011 | 10010 | 100111011 | 111111 | 110100 |
Color Harmonies of #D237AA
Complementary color
Monochromatic Colors of #D237AA
Black with #D237AA
Text Example
Text Example
White with #D237AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D237AA; }
p { color: rgb(210,55,170); }
H1.HeaderClassName
{
color: #D237AA;
}
.AnyTagClassName
{
color: #D237AA;
}
</style>
background-color css
<style>
a { background-color: #D237AA; }
a { background-color: rgb(210,55,170); }
div.DivClassName
{
background-color: #D237AA;
}
.BgClassName
{
background-color: #D237AA;
}
</style>
border-color css
<style>
span { border-color: #D237AA; }
span { border-color: rgb(210,55,170); }
td.TdClassName
{
border-color: #D237AA;
}
.TagClassName
{
border-color: #D237AA;
}
</style>