Shades of Deep Cerise #DA299B
Tints of Deep Cerise #DA299B
RGB
CMYK
RGB Variations
Color information
#DA299B (or 0xDA299B) is known color: Deep Cerise. HEX triplet: DA, 29 and 9B. RGB value is (218,41,155). Sum of RGB (Red+Green+Blue) = 218+41+155=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA299B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA299B is #25D664. Grayscale: #6A6A6A. Windows color (decimal): -2479717 or 10168794. OLE color: 10168794.
HSL color Cylindrical-coordinate representation of color #DA299B: hue angle of 321.36º 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 #DA299B is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 41 | 155 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.15 |
| HSL | 321.36º | 0.71% | 0.51% | - |
| HSV(B) | 321.36º | 0.81% | 0.85% | - |
| XYZ | 35.62 | 18.86 | 32.77 | - |
| YUV | 106.92 | 155.14 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 41 | 155 | 0 | 0.81 | 0.29 | 0.15 | 321.36 | 0.71 | 0.51 |
| Hex | DA | 29 | 9B | 0 | 51 | 1D | F | 141 | 47 | 33 |
| Octal | 332 | 51 | 233 | 0 | 121 | 35 | 17 | 501 | 107 | 63 |
| Binary | 11011010 | 101001 | 10011011 | 0 | 1010001 | 11101 | 1111 | 101000001 | 1000111 | 110011 |
Color Harmonies of #DA299B
Complementary color
Monochromatic Colors of #DA299B
Black with #DA299B
Text Example
Text Example
White with #DA299B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA299B; }
p { color: rgb(218,41,155); }
H1.HeaderClassName
{
color: #DA299B;
}
.AnyTagClassName
{
color: #DA299B;
}
</style>
background-color css
<style>
a { background-color: #DA299B; }
a { background-color: rgb(218,41,155); }
div.DivClassName
{
background-color: #DA299B;
}
.BgClassName
{
background-color: #DA299B;
}
</style>
border-color css
<style>
span { border-color: #DA299B; }
span { border-color: rgb(218,41,155); }
td.TdClassName
{
border-color: #DA299B;
}
.TagClassName
{
border-color: #DA299B;
}
</style>