Shades of Deep Cerise #DA299F
Tints of Deep Cerise #DA299F
RGB
CMYK
RGB Variations
Color information
#DA299F (or 0xDA299F) is known color: Deep Cerise. HEX triplet: DA, 29 and 9F. RGB value is (218,41,159). Sum of RGB (Red+Green+Blue) = 218+41+159=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA299F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA299F is #25D660. Grayscale: #6B6B6B. Windows color (decimal): -2479713 or 10430938. OLE color: 10430938.
HSL color Cylindrical-coordinate representation of color #DA299F: hue angle of 320º 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 #DA299F is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 159 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.15 |
| HSL | 320º | 0.71% | 0.51% | - |
| HSV(B) | 320º | 0.81% | 0.85% | - |
| XYZ | 35.96 | 18.99 | 34.57 | - |
| YUV | 107.38 | 157.14 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 159 | 0 | 0.81 | 0.27 | 0.15 | 320 | 0.71 | 0.51 |
| Hex | DA | 29 | 9F | 0 | 51 | 1B | F | 140 | 47 | 33 |
| Octal | 332 | 51 | 237 | 0 | 121 | 33 | 17 | 500 | 107 | 63 |
| Binary | 11011010 | 101001 | 10011111 | 0 | 1010001 | 11011 | 1111 | 101000000 | 1000111 | 110011 |
Color Harmonies of #DA299F
Complementary color
Monochromatic Colors of #DA299F
Black with #DA299F
Text Example
Text Example
White with #DA299F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA299F; }
p { color: rgb(218,41,159); }
H1.HeaderClassName
{
color: #DA299F;
}
.AnyTagClassName
{
color: #DA299F;
}
</style>
background-color css
<style>
a { background-color: #DA299F; }
a { background-color: rgb(218,41,159); }
div.DivClassName
{
background-color: #DA299F;
}
.BgClassName
{
background-color: #DA299F;
}
</style>
border-color css
<style>
span { border-color: #DA299F; }
span { border-color: rgb(218,41,159); }
td.TdClassName
{
border-color: #DA299F;
}
.TagClassName
{
border-color: #DA299F;
}
</style>