Shades of Deep Cerise #DA2397
Tints of Deep Cerise #DA2397
RGB
CMYK
RGB Variations
Color information
#DA2397 (or 0xDA2397) is known color: Deep Cerise. HEX triplet: DA, 23 and 97. RGB value is (218,35,151). Sum of RGB (Red+Green+Blue) = 218+35+151=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 35 (14.06% from 255 or 8.66% from 404); Blue value is 151 (59.38% from 255 or 37.38% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2397 is #25DC68. Grayscale: #666666. Windows color (decimal): -2481257 or 9905114. OLE color: 9905114.
HSL color Cylindrical-coordinate representation of color #DA2397: hue angle of 321.97º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA2397 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 151 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.15 |
| HSL | 321.97º | 0.72% | 0.5% | - |
| HSV(B) | 321.97º | 0.84% | 0.85% | - |
| XYZ | 35.1 | 18.34 | 30.97 | - |
| YUV | 102.94 | 155.13 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 151 | 0 | 0.84 | 0.31 | 0.15 | 321.97 | 0.72 | 0.5 |
| Hex | DA | 23 | 97 | 0 | 54 | 1F | F | 142 | 48 | 32 |
| Octal | 332 | 43 | 227 | 0 | 124 | 37 | 17 | 502 | 110 | 62 |
| Binary | 11011010 | 100011 | 10010111 | 0 | 1010100 | 11111 | 1111 | 101000010 | 1001000 | 110010 |
Color Harmonies of #DA2397
Complementary color
Monochromatic Colors of #DA2397
Black with #DA2397
Text Example
Text Example
White with #DA2397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2397; }
p { color: rgb(218,35,151); }
H1.HeaderClassName
{
color: #DA2397;
}
.AnyTagClassName
{
color: #DA2397;
}
</style>
background-color css
<style>
a { background-color: #DA2397; }
a { background-color: rgb(218,35,151); }
div.DivClassName
{
background-color: #DA2397;
}
.BgClassName
{
background-color: #DA2397;
}
</style>
border-color css
<style>
span { border-color: #DA2397; }
span { border-color: rgb(218,35,151); }
td.TdClassName
{
border-color: #DA2397;
}
.TagClassName
{
border-color: #DA2397;
}
</style>