Shades of Deep Cerise #DA4493
Tints of Deep Cerise #DA4493
RGB
CMYK
RGB Variations
Color information
#DA4493 (or 0xDA4493) is known color: Deep Cerise. HEX triplet: DA, 44 and 93. RGB value is (218,68,147). Sum of RGB (Red+Green+Blue) = 218+68+147=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4493 is #25BB6C. Grayscale: #797979. Windows color (decimal): -2472813 or 9651418. OLE color: 9651418.
HSL color Cylindrical-coordinate representation of color #DA4493: hue angle of 328.4º 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 #DA4493 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 68 | 147 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.15 |
| HSL | 328.4º | 0.67% | 0.56% | - |
| HSV(B) | 328.4º | 0.69% | 0.85% | - |
| XYZ | 36.25 | 21.15 | 29.77 | - |
| YUV | 121.86 | 142.2 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 68 | 147 | 0 | 0.69 | 0.33 | 0.15 | 328.4 | 0.67 | 0.56 |
| Hex | DA | 44 | 93 | 0 | 45 | 21 | F | 148 | 43 | 38 |
| Octal | 332 | 104 | 223 | 0 | 105 | 41 | 17 | 510 | 103 | 70 |
| Binary | 11011010 | 1000100 | 10010011 | 0 | 1000101 | 100001 | 1111 | 101001000 | 1000011 | 111000 |
Color Harmonies of #DA4493
Complementary color
Monochromatic Colors of #DA4493
Black with #DA4493
Text Example
Text Example
White with #DA4493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4493; }
p { color: rgb(218,68,147); }
H1.HeaderClassName
{
color: #DA4493;
}
.AnyTagClassName
{
color: #DA4493;
}
</style>
background-color css
<style>
a { background-color: #DA4493; }
a { background-color: rgb(218,68,147); }
div.DivClassName
{
background-color: #DA4493;
}
.BgClassName
{
background-color: #DA4493;
}
</style>
border-color css
<style>
span { border-color: #DA4493; }
span { border-color: rgb(218,68,147); }
td.TdClassName
{
border-color: #DA4493;
}
.TagClassName
{
border-color: #DA4493;
}
</style>