Shades of Deep Cerise #DA2D9F
Tints of Deep Cerise #DA2D9F
RGB
CMYK
RGB Variations
Color information
#DA2D9F (or 0xDA2D9F) is known color: Deep Cerise. HEX triplet: DA, 2D and 9F. RGB value is (218,45,159). Sum of RGB (Red+Green+Blue) = 218+45+159=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 45 (17.97% from 255 or 10.66% from 422); Blue value is 159 (62.5% from 255 or 37.68% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2D9F is #25D260. Grayscale: #6D6D6D. Windows color (decimal): -2478689 or 10431962. OLE color: 10431962.
HSL color Cylindrical-coordinate representation of color #DA2D9F: hue angle of 320.46º 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 #DA2D9F is Cyan = 0, Magento = 0.79, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 45 | 159 | - |
| CMYK | 0 | 0.79 | 0.27 | 0.15 |
| HSL | 320.46º | 0.7% | 0.52% | - |
| HSV(B) | 320.46º | 0.79% | 0.85% | - |
| XYZ | 36.11 | 19.29 | 34.62 | - |
| YUV | 109.72 | 155.81 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 45 | 159 | 0 | 0.79 | 0.27 | 0.15 | 320.46 | 0.7 | 0.52 |
| Hex | DA | 2D | 9F | 0 | 4F | 1B | F | 140 | 46 | 34 |
| Octal | 332 | 55 | 237 | 0 | 117 | 33 | 17 | 500 | 106 | 64 |
| Binary | 11011010 | 101101 | 10011111 | 0 | 1001111 | 11011 | 1111 | 101000000 | 1000110 | 110100 |
Color Harmonies of #DA2D9F
Complementary color
Monochromatic Colors of #DA2D9F
Black with #DA2D9F
Text Example
Text Example
White with #DA2D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2D9F; }
p { color: rgb(218,45,159); }
H1.HeaderClassName
{
color: #DA2D9F;
}
.AnyTagClassName
{
color: #DA2D9F;
}
</style>
background-color css
<style>
a { background-color: #DA2D9F; }
a { background-color: rgb(218,45,159); }
div.DivClassName
{
background-color: #DA2D9F;
}
.BgClassName
{
background-color: #DA2D9F;
}
</style>
border-color css
<style>
span { border-color: #DA2D9F; }
span { border-color: rgb(218,45,159); }
td.TdClassName
{
border-color: #DA2D9F;
}
.TagClassName
{
border-color: #DA2D9F;
}
</style>