Shades of Deep Cerise #DC3099
Tints of Deep Cerise #DC3099
RGB
CMYK
RGB Variations
Color information
#DC3099 (or 0xDC3099) is known color: Deep Cerise. HEX triplet: DC, 30 and 99. RGB value is (220,48,153). Sum of RGB (Red+Green+Blue) = 220+48+153=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 48 (19.14% from 255 or 11.40% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC3099 is #23CF66. Grayscale: #6F6F6F. Windows color (decimal): -2346855 or 10039516. OLE color: 10039516.
HSL color Cylindrical-coordinate representation of color #DC3099: hue angle of 323.37º 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 #DC3099 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 153 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.14 |
| HSL | 323.37º | 0.71% | 0.53% | - |
| HSV(B) | 323.37º | 0.78% | 0.86% | - |
| XYZ | 36.32 | 19.63 | 32.01 | - |
| YUV | 111.4 | 151.48 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 153 | 0 | 0.78 | 0.30 | 0.14 | 323.37 | 0.71 | 0.53 |
| Hex | DC | 30 | 99 | 0 | 4E | 1E | E | 143 | 47 | 35 |
| Octal | 334 | 60 | 231 | 0 | 116 | 36 | 16 | 503 | 107 | 65 |
| Binary | 11011100 | 110000 | 10011001 | 0 | 1001110 | 11110 | 1110 | 101000011 | 1000111 | 110101 |
Color Harmonies of #DC3099
Complementary color
Monochromatic Colors of #DC3099
Black with #DC3099
Text Example
Text Example
White with #DC3099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3099; }
p { color: rgb(220,48,153); }
H1.HeaderClassName
{
color: #DC3099;
}
.AnyTagClassName
{
color: #DC3099;
}
</style>
background-color css
<style>
a { background-color: #DC3099; }
a { background-color: rgb(220,48,153); }
div.DivClassName
{
background-color: #DC3099;
}
.BgClassName
{
background-color: #DC3099;
}
</style>
border-color css
<style>
span { border-color: #DC3099; }
span { border-color: rgb(220,48,153); }
td.TdClassName
{
border-color: #DC3099;
}
.TagClassName
{
border-color: #DC3099;
}
</style>