Shades of Deep Cerise #DA2F8E
Tints of Deep Cerise #DA2F8E
RGB
CMYK
RGB Variations
Color information
#DA2F8E (or 0xDA2F8E) is known color: Deep Cerise. HEX triplet: DA, 2F and 8E. RGB value is (218,47,142). Sum of RGB (Red+Green+Blue) = 218+47+142=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 47 (18.75% from 255 or 11.55% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA2F8E is #25D071. Grayscale: #6C6C6C. Windows color (decimal): -2478194 or 9318362. OLE color: 9318362.
HSL color Cylindrical-coordinate representation of color #DA2F8E: hue angle of 326.67º 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 #DA2F8E is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 142 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.15 |
| HSL | 326.67º | 0.7% | 0.52% | - |
| HSV(B) | 326.67º | 0.78% | 0.85% | - |
| XYZ | 34.81 | 18.89 | 27.4 | - |
| YUV | 108.96 | 146.65 | 205.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 142 | 0 | 0.78 | 0.35 | 0.15 | 326.67 | 0.7 | 0.52 |
| Hex | DA | 2F | 8E | 0 | 4E | 23 | F | 147 | 46 | 34 |
| Octal | 332 | 57 | 216 | 0 | 116 | 43 | 17 | 507 | 106 | 64 |
| Binary | 11011010 | 101111 | 10001110 | 0 | 1001110 | 100011 | 1111 | 101000111 | 1000110 | 110100 |
Color Harmonies of #DA2F8E
Complementary color
Monochromatic Colors of #DA2F8E
Black with #DA2F8E
Text Example
Text Example
White with #DA2F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2F8E; }
p { color: rgb(218,47,142); }
H1.HeaderClassName
{
color: #DA2F8E;
}
.AnyTagClassName
{
color: #DA2F8E;
}
</style>
background-color css
<style>
a { background-color: #DA2F8E; }
a { background-color: rgb(218,47,142); }
div.DivClassName
{
background-color: #DA2F8E;
}
.BgClassName
{
background-color: #DA2F8E;
}
</style>
border-color css
<style>
span { border-color: #DA2F8E; }
span { border-color: rgb(218,47,142); }
td.TdClassName
{
border-color: #DA2F8E;
}
.TagClassName
{
border-color: #DA2F8E;
}
</style>