Shades of Deep Cerise #DC3089
Tints of Deep Cerise #DC3089
RGB
CMYK
RGB Variations
Color information
#DC3089 (or 0xDC3089) is known color: Deep Cerise. HEX triplet: DC, 30 and 89. RGB value is (220,48,137). Sum of RGB (Red+Green+Blue) = 220+48+137=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3089 is #23CF76. Grayscale: #6D6D6D. Windows color (decimal): -2346871 or 8990940. OLE color: 8990940.
HSL color Cylindrical-coordinate representation of color #DC3089: hue angle of 328.95º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC3089 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 137 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.14 |
| HSL | 328.95º | 0.71% | 0.53% | - |
| HSV(B) | 328.95º | 0.78% | 0.86% | - |
| XYZ | 35.09 | 19.14 | 25.51 | - |
| YUV | 109.57 | 143.48 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 137 | 0 | 0.78 | 0.38 | 0.14 | 328.95 | 0.71 | 0.53 |
| Hex | DC | 30 | 89 | 0 | 4E | 26 | E | 149 | 47 | 35 |
| Octal | 334 | 60 | 211 | 0 | 116 | 46 | 16 | 511 | 107 | 65 |
| Binary | 11011100 | 110000 | 10001001 | 0 | 1001110 | 100110 | 1110 | 101001001 | 1000111 | 110101 |
Color Harmonies of #DC3089
Complementary color
Monochromatic Colors of #DC3089
Black with #DC3089
Text Example
Text Example
White with #DC3089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3089; }
p { color: rgb(220,48,137); }
H1.HeaderClassName
{
color: #DC3089;
}
.AnyTagClassName
{
color: #DC3089;
}
</style>
background-color css
<style>
a { background-color: #DC3089; }
a { background-color: rgb(220,48,137); }
div.DivClassName
{
background-color: #DC3089;
}
.BgClassName
{
background-color: #DC3089;
}
</style>
border-color css
<style>
span { border-color: #DC3089; }
span { border-color: rgb(220,48,137); }
td.TdClassName
{
border-color: #DC3089;
}
.TagClassName
{
border-color: #DC3089;
}
</style>