Shades of Deep Cerise #DA2F88
Tints of Deep Cerise #DA2F88
RGB
CMYK
RGB Variations
Color information
#DA2F88 (or 0xDA2F88) is known color: Deep Cerise. HEX triplet: DA, 2F and 88. RGB value is (218,47,136). Sum of RGB (Red+Green+Blue) = 218+47+136=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 136 (53.52% from 255 or 33.92% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2F88 is #25D077. Grayscale: #6C6C6C. Windows color (decimal): -2478200 or 8925146. OLE color: 8925146.
HSL color Cylindrical-coordinate representation of color #DA2F88: hue angle of 328.77º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA2F88 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 136 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.15 |
| HSL | 328.77º | 0.7% | 0.52% | - |
| HSV(B) | 328.77º | 0.78% | 0.85% | - |
| XYZ | 34.37 | 18.72 | 25.09 | - |
| YUV | 108.28 | 143.65 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 136 | 0 | 0.78 | 0.38 | 0.15 | 328.77 | 0.7 | 0.52 |
| Hex | DA | 2F | 88 | 0 | 4E | 26 | F | 149 | 46 | 34 |
| Octal | 332 | 57 | 210 | 0 | 116 | 46 | 17 | 511 | 106 | 64 |
| Binary | 11011010 | 101111 | 10001000 | 0 | 1001110 | 100110 | 1111 | 101001001 | 1000110 | 110100 |
Color Harmonies of #DA2F88
Complementary color
Monochromatic Colors of #DA2F88
Black with #DA2F88
Text Example
Text Example
White with #DA2F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2F88; }
p { color: rgb(218,47,136); }
H1.HeaderClassName
{
color: #DA2F88;
}
.AnyTagClassName
{
color: #DA2F88;
}
</style>
background-color css
<style>
a { background-color: #DA2F88; }
a { background-color: rgb(218,47,136); }
div.DivClassName
{
background-color: #DA2F88;
}
.BgClassName
{
background-color: #DA2F88;
}
</style>
border-color css
<style>
span { border-color: #DA2F88; }
span { border-color: rgb(218,47,136); }
td.TdClassName
{
border-color: #DA2F88;
}
.TagClassName
{
border-color: #DA2F88;
}
</style>