Shades of Deep Cerise #DA3E88
Tints of Deep Cerise #DA3E88
RGB
CMYK
RGB Variations
Color information
#DA3E88 (or 0xDA3E88) is known color: Deep Cerise. HEX triplet: DA, 3E and 88. RGB value is (218,62,136). Sum of RGB (Red+Green+Blue) = 218+62+136=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3E88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3E88 is #25C177. Grayscale: #747474. Windows color (decimal): -2474360 or 8928986. OLE color: 8928986.
HSL color Cylindrical-coordinate representation of color #DA3E88: hue angle of 331.54º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3E88 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 62 | 136 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.15 |
| HSL | 331.54º | 0.68% | 0.55% | - |
| HSV(B) | 331.54º | 0.72% | 0.85% | - |
| XYZ | 35.08 | 20.13 | 25.33 | - |
| YUV | 117.08 | 138.68 | 199.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 62 | 136 | 0 | 0.72 | 0.38 | 0.15 | 331.54 | 0.68 | 0.55 |
| Hex | DA | 3E | 88 | 0 | 48 | 26 | F | 14C | 44 | 37 |
| Octal | 332 | 76 | 210 | 0 | 110 | 46 | 17 | 514 | 104 | 67 |
| Binary | 11011010 | 111110 | 10001000 | 0 | 1001000 | 100110 | 1111 | 101001100 | 1000100 | 110111 |
Color Harmonies of #DA3E88
Complementary color
Monochromatic Colors of #DA3E88
Black with #DA3E88
Text Example
Text Example
White with #DA3E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3E88; }
p { color: rgb(218,62,136); }
H1.HeaderClassName
{
color: #DA3E88;
}
.AnyTagClassName
{
color: #DA3E88;
}
</style>
background-color css
<style>
a { background-color: #DA3E88; }
a { background-color: rgb(218,62,136); }
div.DivClassName
{
background-color: #DA3E88;
}
.BgClassName
{
background-color: #DA3E88;
}
</style>
border-color css
<style>
span { border-color: #DA3E88; }
span { border-color: rgb(218,62,136); }
td.TdClassName
{
border-color: #DA3E88;
}
.TagClassName
{
border-color: #DA3E88;
}
</style>