Shades of Deep Cerise #D2397A
Tints of Deep Cerise #D2397A
RGB
CMYK
RGB Variations
Color information
#D2397A (or 0xD2397A) is known color: Deep Cerise. HEX triplet: D2, 39 and 7A. RGB value is (210,57,122). Sum of RGB (Red+Green+Blue) = 210+57+122=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D2397A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2397A is #2DC685. Grayscale: #6E6E6E. Windows color (decimal): -2999942 or 8010194. OLE color: 8010194.
HSL color Cylindrical-coordinate representation of color #D2397A: hue angle of 334.51º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D2397A is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 122 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.18 |
| HSL | 334.51º | 0.63% | 0.52% | - |
| HSV(B) | 334.51º | 0.73% | 0.82% | - |
| XYZ | 31.55 | 18.03 | 20.23 | - |
| YUV | 110.16 | 134.69 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 122 | 0 | 0.73 | 0.42 | 0.18 | 334.51 | 0.63 | 0.52 |
| Hex | D2 | 39 | 7A | 0 | 49 | 2A | 12 | 14F | 3F | 34 |
| Octal | 322 | 71 | 172 | 0 | 111 | 52 | 22 | 517 | 77 | 64 |
| Binary | 11010010 | 111001 | 1111010 | 0 | 1001001 | 101010 | 10010 | 101001111 | 111111 | 110100 |
Color Harmonies of #D2397A
Complementary color
Monochromatic Colors of #D2397A
Black with #D2397A
Text Example
Text Example
White with #D2397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2397A; }
p { color: rgb(210,57,122); }
H1.HeaderClassName
{
color: #D2397A;
}
.AnyTagClassName
{
color: #D2397A;
}
</style>
background-color css
<style>
a { background-color: #D2397A; }
a { background-color: rgb(210,57,122); }
div.DivClassName
{
background-color: #D2397A;
}
.BgClassName
{
background-color: #D2397A;
}
</style>
border-color css
<style>
span { border-color: #D2397A; }
span { border-color: rgb(210,57,122); }
td.TdClassName
{
border-color: #D2397A;
}
.TagClassName
{
border-color: #D2397A;
}
</style>