Shades of Deep Cerise #DA4098
Tints of Deep Cerise #DA4098
RGB
CMYK
RGB Variations
Color information
#DA4098 (or 0xDA4098) is known color: Deep Cerise. HEX triplet: DA, 40 and 98. RGB value is (218,64,152). Sum of RGB (Red+Green+Blue) = 218+64+152=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4098 is #25BF67. Grayscale: #777777. Windows color (decimal): -2473832 or 9978074. OLE color: 9978074.
HSL color Cylindrical-coordinate representation of color #DA4098: hue angle of 325.71º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA4098 is Cyan = 0, Magento = 0.71, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 64 | 152 | - |
| CMYK | 0 | 0.71 | 0.30 | 0.15 |
| HSL | 325.71º | 0.68% | 0.55% | - |
| HSV(B) | 325.71º | 0.71% | 0.85% | - |
| XYZ | 36.41 | 20.84 | 31.81 | - |
| YUV | 120.08 | 146.02 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 64 | 152 | 0 | 0.71 | 0.30 | 0.15 | 325.71 | 0.68 | 0.55 |
| Hex | DA | 40 | 98 | 0 | 47 | 1E | F | 146 | 44 | 37 |
| Octal | 332 | 100 | 230 | 0 | 107 | 36 | 17 | 506 | 104 | 67 |
| Binary | 11011010 | 1000000 | 10011000 | 0 | 1000111 | 11110 | 1111 | 101000110 | 1000100 | 110111 |
Color Harmonies of #DA4098
Complementary color
Monochromatic Colors of #DA4098
Black with #DA4098
Text Example
Text Example
White with #DA4098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4098; }
p { color: rgb(218,64,152); }
H1.HeaderClassName
{
color: #DA4098;
}
.AnyTagClassName
{
color: #DA4098;
}
</style>
background-color css
<style>
a { background-color: #DA4098; }
a { background-color: rgb(218,64,152); }
div.DivClassName
{
background-color: #DA4098;
}
.BgClassName
{
background-color: #DA4098;
}
</style>
border-color css
<style>
span { border-color: #DA4098; }
span { border-color: rgb(218,64,152); }
td.TdClassName
{
border-color: #DA4098;
}
.TagClassName
{
border-color: #DA4098;
}
</style>