Shades of Deep Cerise #DA4399
Tints of Deep Cerise #DA4399
RGB
CMYK
RGB Variations
Color information
#DA4399 (or 0xDA4399) is known color: Deep Cerise. HEX triplet: DA, 43 and 99. RGB value is (218,67,153). Sum of RGB (Red+Green+Blue) = 218+67+153=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4399 is #25BC66. Grayscale: #797979. Windows color (decimal): -2473063 or 10044378. OLE color: 10044378.
HSL color Cylindrical-coordinate representation of color #DA4399: hue angle of 325.83º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA4399 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 67 | 153 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.15 |
| HSL | 325.83º | 0.67% | 0.56% | - |
| HSV(B) | 325.83º | 0.69% | 0.85% | - |
| XYZ | 36.67 | 21.22 | 32.3 | - |
| YUV | 121.95 | 145.53 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 67 | 153 | 0 | 0.69 | 0.30 | 0.15 | 325.83 | 0.67 | 0.56 |
| Hex | DA | 43 | 99 | 0 | 45 | 1E | F | 146 | 43 | 38 |
| Octal | 332 | 103 | 231 | 0 | 105 | 36 | 17 | 506 | 103 | 70 |
| Binary | 11011010 | 1000011 | 10011001 | 0 | 1000101 | 11110 | 1111 | 101000110 | 1000011 | 111000 |
Color Harmonies of #DA4399
Complementary color
Monochromatic Colors of #DA4399
Black with #DA4399
Text Example
Text Example
White with #DA4399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4399; }
p { color: rgb(218,67,153); }
H1.HeaderClassName
{
color: #DA4399;
}
.AnyTagClassName
{
color: #DA4399;
}
</style>
background-color css
<style>
a { background-color: #DA4399; }
a { background-color: rgb(218,67,153); }
div.DivClassName
{
background-color: #DA4399;
}
.BgClassName
{
background-color: #DA4399;
}
</style>
border-color css
<style>
span { border-color: #DA4399; }
span { border-color: rgb(218,67,153); }
td.TdClassName
{
border-color: #DA4399;
}
.TagClassName
{
border-color: #DA4399;
}
</style>