Shades of Deep Cerise #DA2D99
Tints of Deep Cerise #DA2D99
RGB
CMYK
RGB Variations
Color information
#DA2D99 (or 0xDA2D99) is known color: Deep Cerise. HEX triplet: DA, 2D and 99. RGB value is (218,45,153). Sum of RGB (Red+Green+Blue) = 218+45+153=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2D99 is #25D266. Grayscale: #6C6C6C. Windows color (decimal): -2478695 or 10038746. OLE color: 10038746.
HSL color Cylindrical-coordinate representation of color #DA2D99: hue angle of 322.54º 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 #DA2D99 is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 45 | 153 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.15 |
| HSL | 322.54º | 0.7% | 0.52% | - |
| HSV(B) | 322.54º | 0.79% | 0.85% | - |
| XYZ | 35.6 | 19.08 | 31.94 | - |
| YUV | 109.04 | 152.81 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 153 | 0 | 0.79 | 0.30 | 0.15 | 322.54 | 0.7 | 0.52 |
| Hex | DA | 2D | 99 | 0 | 4F | 1E | F | 143 | 46 | 34 |
| Octal | 332 | 55 | 231 | 0 | 117 | 36 | 17 | 503 | 106 | 64 |
| Binary | 11011010 | 101101 | 10011001 | 0 | 1001111 | 11110 | 1111 | 101000011 | 1000110 | 110100 |
Color Harmonies of #DA2D99
Complementary color
Monochromatic Colors of #DA2D99
Black with #DA2D99
Text Example
Text Example
White with #DA2D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2D99; }
p { color: rgb(218,45,153); }
H1.HeaderClassName
{
color: #DA2D99;
}
.AnyTagClassName
{
color: #DA2D99;
}
</style>
background-color css
<style>
a { background-color: #DA2D99; }
a { background-color: rgb(218,45,153); }
div.DivClassName
{
background-color: #DA2D99;
}
.BgClassName
{
background-color: #DA2D99;
}
</style>
border-color css
<style>
span { border-color: #DA2D99; }
span { border-color: rgb(218,45,153); }
td.TdClassName
{
border-color: #DA2D99;
}
.TagClassName
{
border-color: #DA2D99;
}
</style>