Shades of Deep Cerise #DC3489
Tints of Deep Cerise #DC3489
RGB
CMYK
RGB Variations
Color information
#DC3489 (or 0xDC3489) is known color: Deep Cerise. HEX triplet: DC, 34 and 89. RGB value is (220,52,137). Sum of RGB (Red+Green+Blue) = 220+52+137=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3489 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3489 is #23CB76. Grayscale: #6F6F6F. Windows color (decimal): -2345847 or 8991964. OLE color: 8991964.
HSL color Cylindrical-coordinate representation of color #DC3489: hue angle of 329.64º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DC3489 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 52 | 137 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.14 |
| HSL | 329.64º | 0.71% | 0.53% | - |
| HSV(B) | 329.64º | 0.76% | 0.86% | - |
| XYZ | 35.26 | 19.48 | 25.57 | - |
| YUV | 111.92 | 142.16 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 52 | 137 | 0 | 0.76 | 0.38 | 0.14 | 329.64 | 0.71 | 0.53 |
| Hex | DC | 34 | 89 | 0 | 4C | 26 | E | 14A | 47 | 35 |
| Octal | 334 | 64 | 211 | 0 | 114 | 46 | 16 | 512 | 107 | 65 |
| Binary | 11011100 | 110100 | 10001001 | 0 | 1001100 | 100110 | 1110 | 101001010 | 1000111 | 110101 |
Color Harmonies of #DC3489
Complementary color
Monochromatic Colors of #DC3489
Black with #DC3489
Text Example
Text Example
White with #DC3489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3489; }
p { color: rgb(220,52,137); }
H1.HeaderClassName
{
color: #DC3489;
}
.AnyTagClassName
{
color: #DC3489;
}
</style>
background-color css
<style>
a { background-color: #DC3489; }
a { background-color: rgb(220,52,137); }
div.DivClassName
{
background-color: #DC3489;
}
.BgClassName
{
background-color: #DC3489;
}
</style>
border-color css
<style>
span { border-color: #DC3489; }
span { border-color: rgb(220,52,137); }
td.TdClassName
{
border-color: #DC3489;
}
.TagClassName
{
border-color: #DC3489;
}
</style>