Shades of Deep Cerise #DC3389
Tints of Deep Cerise #DC3389
RGB
CMYK
RGB Variations
Color information
#DC3389 (or 0xDC3389) is known color: Deep Cerise. HEX triplet: DC, 33 and 89. RGB value is (220,51,137). Sum of RGB (Red+Green+Blue) = 220+51+137=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 137 (53.91% from 255 or 33.58% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3389 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3389 is #23CC76. Grayscale: #6F6F6F. Windows color (decimal): -2346103 or 8991708. OLE color: 8991708.
HSL color Cylindrical-coordinate representation of color #DC3389: hue angle of 329.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC3389 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 137 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.14 |
| HSL | 329.47º | 0.71% | 0.53% | - |
| HSV(B) | 329.47º | 0.77% | 0.86% | - |
| XYZ | 35.21 | 19.39 | 25.55 | - |
| YUV | 111.34 | 142.49 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 137 | 0 | 0.77 | 0.38 | 0.14 | 329.47 | 0.71 | 0.53 |
| Hex | DC | 33 | 89 | 0 | 4D | 26 | E | 149 | 47 | 35 |
| Octal | 334 | 63 | 211 | 0 | 115 | 46 | 16 | 511 | 107 | 65 |
| Binary | 11011100 | 110011 | 10001001 | 0 | 1001101 | 100110 | 1110 | 101001001 | 1000111 | 110101 |
Color Harmonies of #DC3389
Complementary color
Monochromatic Colors of #DC3389
Black with #DC3389
Text Example
Text Example
White with #DC3389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3389; }
p { color: rgb(220,51,137); }
H1.HeaderClassName
{
color: #DC3389;
}
.AnyTagClassName
{
color: #DC3389;
}
</style>
background-color css
<style>
a { background-color: #DC3389; }
a { background-color: rgb(220,51,137); }
div.DivClassName
{
background-color: #DC3389;
}
.BgClassName
{
background-color: #DC3389;
}
</style>
border-color css
<style>
span { border-color: #DC3389; }
span { border-color: rgb(220,51,137); }
td.TdClassName
{
border-color: #DC3389;
}
.TagClassName
{
border-color: #DC3389;
}
</style>