Shades of Deep Cerise #DA2B9C
Tints of Deep Cerise #DA2B9C
RGB
CMYK
RGB Variations
Color information
#DA2B9C (or 0xDA2B9C) is known color: Deep Cerise. HEX triplet: DA, 2B and 9C. RGB value is (218,43,156). Sum of RGB (Red+Green+Blue) = 218+43+156=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2B9C is #25D463. Grayscale: #6B6B6B. Windows color (decimal): -2479204 or 10234842. OLE color: 10234842.
HSL color Cylindrical-coordinate representation of color #DA2B9C: hue angle of 321.26º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA2B9C is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 43 | 156 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.15 |
| HSL | 321.26º | 0.7% | 0.51% | - |
| HSV(B) | 321.26º | 0.8% | 0.85% | - |
| XYZ | 35.78 | 19.03 | 33.24 | - |
| YUV | 108.21 | 154.98 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 43 | 156 | 0 | 0.80 | 0.28 | 0.15 | 321.26 | 0.7 | 0.51 |
| Hex | DA | 2B | 9C | 0 | 50 | 1C | F | 141 | 46 | 33 |
| Octal | 332 | 53 | 234 | 0 | 120 | 34 | 17 | 501 | 106 | 63 |
| Binary | 11011010 | 101011 | 10011100 | 0 | 1010000 | 11100 | 1111 | 101000001 | 1000110 | 110011 |
Color Harmonies of #DA2B9C
Complementary color
Monochromatic Colors of #DA2B9C
Black with #DA2B9C
Text Example
Text Example
White with #DA2B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2B9C; }
p { color: rgb(218,43,156); }
H1.HeaderClassName
{
color: #DA2B9C;
}
.AnyTagClassName
{
color: #DA2B9C;
}
</style>
background-color css
<style>
a { background-color: #DA2B9C; }
a { background-color: rgb(218,43,156); }
div.DivClassName
{
background-color: #DA2B9C;
}
.BgClassName
{
background-color: #DA2B9C;
}
</style>
border-color css
<style>
span { border-color: #DA2B9C; }
span { border-color: rgb(218,43,156); }
td.TdClassName
{
border-color: #DA2B9C;
}
.TagClassName
{
border-color: #DA2B9C;
}
</style>