Shades of Deep Cerise #DA2F7E
Tints of Deep Cerise #DA2F7E
RGB
CMYK
RGB Variations
Color information
#DA2F7E (or 0xDA2F7E) is known color: Deep Cerise. HEX triplet: DA, 2F and 7E. RGB value is (218,47,126). Sum of RGB (Red+Green+Blue) = 218+47+126=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 47 (18.75% from 255 or 12.02% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA2F7E is #25D081. Grayscale: #6A6A6A. Windows color (decimal): -2478210 or 8269786. OLE color: 8269786.
HSL color Cylindrical-coordinate representation of color #DA2F7E: hue angle of 332.28º 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 #DA2F7E is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 47 | 126 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.15 |
| HSL | 332.28º | 0.7% | 0.52% | - |
| HSV(B) | 332.28º | 0.78% | 0.85% | - |
| XYZ | 33.7 | 18.44 | 21.52 | - |
| YUV | 107.14 | 138.65 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 47 | 126 | 0 | 0.78 | 0.42 | 0.15 | 332.28 | 0.7 | 0.52 |
| Hex | DA | 2F | 7E | 0 | 4E | 2A | F | 14C | 46 | 34 |
| Octal | 332 | 57 | 176 | 0 | 116 | 52 | 17 | 514 | 106 | 64 |
| Binary | 11011010 | 101111 | 1111110 | 0 | 1001110 | 101010 | 1111 | 101001100 | 1000110 | 110100 |
Color Harmonies of #DA2F7E
Complementary color
Monochromatic Colors of #DA2F7E
Black with #DA2F7E
Text Example
Text Example
White with #DA2F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2F7E; }
p { color: rgb(218,47,126); }
H1.HeaderClassName
{
color: #DA2F7E;
}
.AnyTagClassName
{
color: #DA2F7E;
}
</style>
background-color css
<style>
a { background-color: #DA2F7E; }
a { background-color: rgb(218,47,126); }
div.DivClassName
{
background-color: #DA2F7E;
}
.BgClassName
{
background-color: #DA2F7E;
}
</style>
border-color css
<style>
span { border-color: #DA2F7E; }
span { border-color: rgb(218,47,126); }
td.TdClassName
{
border-color: #DA2F7E;
}
.TagClassName
{
border-color: #DA2F7E;
}
</style>