Shades of Deep Cerise #DA299A
Tints of Deep Cerise #DA299A
RGB
CMYK
RGB Variations
Color information
#DA299A (or 0xDA299A) is known color: Deep Cerise. HEX triplet: DA, 29 and 9A. RGB value is (218,41,154). Sum of RGB (Red+Green+Blue) = 218+41+154=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA299A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA299A is #25D665. Grayscale: #6A6A6A. Windows color (decimal): -2479718 or 10103258. OLE color: 10103258.
HSL color Cylindrical-coordinate representation of color #DA299A: hue angle of 321.69º 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 #DA299A is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 154 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.15 |
| HSL | 321.69º | 0.71% | 0.51% | - |
| HSV(B) | 321.69º | 0.81% | 0.85% | - |
| XYZ | 35.54 | 18.82 | 32.33 | - |
| YUV | 106.81 | 154.64 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 154 | 0 | 0.81 | 0.29 | 0.15 | 321.69 | 0.71 | 0.51 |
| Hex | DA | 29 | 9A | 0 | 51 | 1D | F | 142 | 47 | 33 |
| Octal | 332 | 51 | 232 | 0 | 121 | 35 | 17 | 502 | 107 | 63 |
| Binary | 11011010 | 101001 | 10011010 | 0 | 1010001 | 11101 | 1111 | 101000010 | 1000111 | 110011 |
Color Harmonies of #DA299A
Complementary color
Monochromatic Colors of #DA299A
Black with #DA299A
Text Example
Text Example
White with #DA299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA299A; }
p { color: rgb(218,41,154); }
H1.HeaderClassName
{
color: #DA299A;
}
.AnyTagClassName
{
color: #DA299A;
}
</style>
background-color css
<style>
a { background-color: #DA299A; }
a { background-color: rgb(218,41,154); }
div.DivClassName
{
background-color: #DA299A;
}
.BgClassName
{
background-color: #DA299A;
}
</style>
border-color css
<style>
span { border-color: #DA299A; }
span { border-color: rgb(218,41,154); }
td.TdClassName
{
border-color: #DA299A;
}
.TagClassName
{
border-color: #DA299A;
}
</style>