Shades of Deep Cerise #DC3088
Tints of Deep Cerise #DC3088
RGB
CMYK
RGB Variations
Color information
#DC3088 (or 0xDC3088) is known color: Deep Cerise. HEX triplet: DC, 30 and 88. RGB value is (220,48,136). Sum of RGB (Red+Green+Blue) = 220+48+136=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3088 is #23CF77. Grayscale: #6D6D6D. Windows color (decimal): -2346872 or 8925404. OLE color: 8925404.
HSL color Cylindrical-coordinate representation of color #DC3088: hue angle of 329.3º 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 #DC3088 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 136 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.14 |
| HSL | 329.3º | 0.71% | 0.53% | - |
| HSV(B) | 329.3º | 0.78% | 0.86% | - |
| XYZ | 35.02 | 19.11 | 25.14 | - |
| YUV | 109.46 | 142.98 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 136 | 0 | 0.78 | 0.38 | 0.14 | 329.3 | 0.71 | 0.53 |
| Hex | DC | 30 | 88 | 0 | 4E | 26 | E | 149 | 47 | 35 |
| Octal | 334 | 60 | 210 | 0 | 116 | 46 | 16 | 511 | 107 | 65 |
| Binary | 11011100 | 110000 | 10001000 | 0 | 1001110 | 100110 | 1110 | 101001001 | 1000111 | 110101 |
Color Harmonies of #DC3088
Complementary color
Monochromatic Colors of #DC3088
Black with #DC3088
Text Example
Text Example
White with #DC3088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3088; }
p { color: rgb(220,48,136); }
H1.HeaderClassName
{
color: #DC3088;
}
.AnyTagClassName
{
color: #DC3088;
}
</style>
background-color css
<style>
a { background-color: #DC3088; }
a { background-color: rgb(220,48,136); }
div.DivClassName
{
background-color: #DC3088;
}
.BgClassName
{
background-color: #DC3088;
}
</style>
border-color css
<style>
span { border-color: #DC3088; }
span { border-color: rgb(220,48,136); }
td.TdClassName
{
border-color: #DC3088;
}
.TagClassName
{
border-color: #DC3088;
}
</style>