Shades of Deep Cerise #DA299E
Tints of Deep Cerise #DA299E
RGB
CMYK
RGB Variations
Color information
#DA299E (or 0xDA299E) is known color: Deep Cerise. HEX triplet: DA, 29 and 9E. RGB value is (218,41,158). Sum of RGB (Red+Green+Blue) = 218+41+158=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA299E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA299E is #25D661. Grayscale: #6A6A6A. Windows color (decimal): -2479714 or 10365402. OLE color: 10365402.
HSL color Cylindrical-coordinate representation of color #DA299E: hue angle of 320.34º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA299E is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 158 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.15 |
| HSL | 320.34º | 0.71% | 0.51% | - |
| HSV(B) | 320.34º | 0.81% | 0.85% | - |
| XYZ | 35.88 | 18.96 | 34.12 | - |
| YUV | 107.26 | 156.64 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 158 | 0 | 0.81 | 0.28 | 0.15 | 320.34 | 0.71 | 0.51 |
| Hex | DA | 29 | 9E | 0 | 51 | 1C | F | 140 | 47 | 33 |
| Octal | 332 | 51 | 236 | 0 | 121 | 34 | 17 | 500 | 107 | 63 |
| Binary | 11011010 | 101001 | 10011110 | 0 | 1010001 | 11100 | 1111 | 101000000 | 1000111 | 110011 |
Color Harmonies of #DA299E
Complementary color
Monochromatic Colors of #DA299E
Black with #DA299E
Text Example
Text Example
White with #DA299E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA299E; }
p { color: rgb(218,41,158); }
H1.HeaderClassName
{
color: #DA299E;
}
.AnyTagClassName
{
color: #DA299E;
}
</style>
background-color css
<style>
a { background-color: #DA299E; }
a { background-color: rgb(218,41,158); }
div.DivClassName
{
background-color: #DA299E;
}
.BgClassName
{
background-color: #DA299E;
}
</style>
border-color css
<style>
span { border-color: #DA299E; }
span { border-color: rgb(218,41,158); }
td.TdClassName
{
border-color: #DA299E;
}
.TagClassName
{
border-color: #DA299E;
}
</style>