Shades of Deep Cerise #DA29A6
Tints of Deep Cerise #DA29A6
RGB
CMYK
RGB Variations
Color information
#DA29A6 (or 0xDA29A6) is known color: Deep Cerise. HEX triplet: DA, 29 and A6. RGB value is (218,41,166). Sum of RGB (Red+Green+Blue) = 218+41+166=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA29A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA29A6 is #25D659. Grayscale: #6B6B6B. Windows color (decimal): -2479706 or 10889690. OLE color: 10889690.
HSL color Cylindrical-coordinate representation of color #DA29A6: hue angle of 317.63º 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 #DA29A6 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 166 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.15 |
| HSL | 317.63º | 0.71% | 0.51% | - |
| HSV(B) | 317.63º | 0.81% | 0.85% | - |
| XYZ | 36.59 | 19.24 | 37.86 | - |
| YUV | 108.17 | 160.64 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 166 | 0 | 0.81 | 0.24 | 0.15 | 317.63 | 0.71 | 0.51 |
| Hex | DA | 29 | A6 | 0 | 51 | 18 | F | 13E | 47 | 33 |
| Octal | 332 | 51 | 246 | 0 | 121 | 30 | 17 | 476 | 107 | 63 |
| Binary | 11011010 | 101001 | 10100110 | 0 | 1010001 | 11000 | 1111 | 100111110 | 1000111 | 110011 |
Color Harmonies of #DA29A6
Complementary color
Monochromatic Colors of #DA29A6
Black with #DA29A6
Text Example
Text Example
White with #DA29A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA29A6; }
p { color: rgb(218,41,166); }
H1.HeaderClassName
{
color: #DA29A6;
}
.AnyTagClassName
{
color: #DA29A6;
}
</style>
background-color css
<style>
a { background-color: #DA29A6; }
a { background-color: rgb(218,41,166); }
div.DivClassName
{
background-color: #DA29A6;
}
.BgClassName
{
background-color: #DA29A6;
}
</style>
border-color css
<style>
span { border-color: #DA29A6; }
span { border-color: rgb(218,41,166); }
td.TdClassName
{
border-color: #DA29A6;
}
.TagClassName
{
border-color: #DA29A6;
}
</style>