Shades of Deep Cerise #DA2D9C
Tints of Deep Cerise #DA2D9C
RGB
CMYK
RGB Variations
Color information
#DA2D9C (or 0xDA2D9C) is known color: Deep Cerise. HEX triplet: DA, 2D and 9C. RGB value is (218,45,156). Sum of RGB (Red+Green+Blue) = 218+45+156=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2D9C is #25D263. Grayscale: #6D6D6D. Windows color (decimal): -2478692 or 10235354. OLE color: 10235354.
HSL color Cylindrical-coordinate representation of color #DA2D9C: hue angle of 321.5º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA2D9C is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 45 | 156 | - |
CMYK | 0 | 0.79 | 0.28 | 0.15 |
HSL | 321.5º | 0.7% | 0.52% | - |
HSV(B) | 321.5º | 0.79% | 0.85% | - |
XYZ | 35.85 | 19.18 | 33.27 | - |
YUV | 109.38 | 154.31 | 205.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 45 | 156 | 0 | 0.79 | 0.28 | 0.15 | 321.5 | 0.7 | 0.52 |
Hex | DA | 2D | 9C | 0 | 4F | 1C | F | 142 | 46 | 34 |
Octal | 332 | 55 | 234 | 0 | 117 | 34 | 17 | 502 | 106 | 64 |
Binary | 11011010 | 101101 | 10011100 | 0 | 1001111 | 11100 | 1111 | 101000010 | 1000110 | 110100 |
Color Harmonies of #DA2D9C
Complementary color
Monochromatic Colors of #DA2D9C
Black with #DA2D9C
Text Example
Text Example
White with #DA2D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2D9C; }
p { color: rgb(218,45,156); }
H1.HeaderClassName
{
color: #DA2D9C;
}
.AnyTagClassName
{
color: #DA2D9C;
}
</style>
background-color css
<style>
a { background-color: #DA2D9C; }
a { background-color: rgb(218,45,156); }
div.DivClassName
{
background-color: #DA2D9C;
}
.BgClassName
{
background-color: #DA2D9C;
}
</style>
border-color css
<style>
span { border-color: #DA2D9C; }
span { border-color: rgb(218,45,156); }
td.TdClassName
{
border-color: #DA2D9C;
}
.TagClassName
{
border-color: #DA2D9C;
}
</style>