Shades of Deep Cerise #DA3998
Tints of Deep Cerise #DA3998
RGB
CMYK
RGB Variations
Color information
#DA3998 (or 0xDA3998) is known color: Deep Cerise. HEX triplet: DA, 39 and 98. RGB value is (218,57,152). Sum of RGB (Red+Green+Blue) = 218+57+152=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3998 is #25C667. Grayscale: #737373. Windows color (decimal): -2475624 or 9976282. OLE color: 9976282.
HSL color Cylindrical-coordinate representation of color #DA3998: hue angle of 324.6º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DA3998 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 57 | 152 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.15 |
| HSL | 324.6º | 0.69% | 0.54% | - |
| HSV(B) | 324.6º | 0.74% | 0.85% | - |
| XYZ | 36.04 | 20.1 | 31.69 | - |
| YUV | 115.97 | 148.34 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 57 | 152 | 0 | 0.74 | 0.30 | 0.15 | 324.6 | 0.69 | 0.54 |
| Hex | DA | 39 | 98 | 0 | 4A | 1E | F | 145 | 45 | 36 |
| Octal | 332 | 71 | 230 | 0 | 112 | 36 | 17 | 505 | 105 | 66 |
| Binary | 11011010 | 111001 | 10011000 | 0 | 1001010 | 11110 | 1111 | 101000101 | 1000101 | 110110 |
Color Harmonies of #DA3998
Complementary color
Monochromatic Colors of #DA3998
Black with #DA3998
Text Example
Text Example
White with #DA3998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3998; }
p { color: rgb(218,57,152); }
H1.HeaderClassName
{
color: #DA3998;
}
.AnyTagClassName
{
color: #DA3998;
}
</style>
background-color css
<style>
a { background-color: #DA3998; }
a { background-color: rgb(218,57,152); }
div.DivClassName
{
background-color: #DA3998;
}
.BgClassName
{
background-color: #DA3998;
}
</style>
border-color css
<style>
span { border-color: #DA3998; }
span { border-color: rgb(218,57,152); }
td.TdClassName
{
border-color: #DA3998;
}
.TagClassName
{
border-color: #DA3998;
}
</style>