Shades of Deep Cerise #DA3689
Tints of Deep Cerise #DA3689
RGB
CMYK
RGB Variations
Color information
#DA3689 (or 0xDA3689) is known color: Deep Cerise. HEX triplet: DA, 36 and 89. RGB value is (218,54,137). Sum of RGB (Red+Green+Blue) = 218+54+137=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 54 (21.48% from 255 or 13.20% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3689 is #25C976. Grayscale: #707070. Windows color (decimal): -2476407 or 8992474. OLE color: 8992474.
HSL color Cylindrical-coordinate representation of color #DA3689: hue angle of 329.63º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA3689 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 54 | 137 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.15 |
| HSL | 329.63º | 0.69% | 0.53% | - |
| HSV(B) | 329.63º | 0.75% | 0.85% | - |
| XYZ | 34.75 | 19.35 | 25.57 | - |
| YUV | 112.5 | 141.83 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 54 | 137 | 0 | 0.75 | 0.37 | 0.15 | 329.63 | 0.69 | 0.53 |
| Hex | DA | 36 | 89 | 0 | 4B | 25 | F | 14A | 45 | 35 |
| Octal | 332 | 66 | 211 | 0 | 113 | 45 | 17 | 512 | 105 | 65 |
| Binary | 11011010 | 110110 | 10001001 | 0 | 1001011 | 100101 | 1111 | 101001010 | 1000101 | 110101 |
Color Harmonies of #DA3689
Complementary color
Monochromatic Colors of #DA3689
Black with #DA3689
Text Example
Text Example
White with #DA3689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3689; }
p { color: rgb(218,54,137); }
H1.HeaderClassName
{
color: #DA3689;
}
.AnyTagClassName
{
color: #DA3689;
}
</style>
background-color css
<style>
a { background-color: #DA3689; }
a { background-color: rgb(218,54,137); }
div.DivClassName
{
background-color: #DA3689;
}
.BgClassName
{
background-color: #DA3689;
}
</style>
border-color css
<style>
span { border-color: #DA3689; }
span { border-color: rgb(218,54,137); }
td.TdClassName
{
border-color: #DA3689;
}
.TagClassName
{
border-color: #DA3689;
}
</style>