Shades of Deep Cerise #DC309E
Tints of Deep Cerise #DC309E
RGB
CMYK
RGB Variations
Color information
#DC309E (or 0xDC309E) is known color: Deep Cerise. HEX triplet: DC, 30 and 9E. RGB value is (220,48,158). Sum of RGB (Red+Green+Blue) = 220+48+158=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 48 (19.14% from 255 or 11.27% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DC309E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC309E is #23CF61. Grayscale: #6F6F6F. Windows color (decimal): -2346850 or 10367196. OLE color: 10367196.
HSL color Cylindrical-coordinate representation of color #DC309E: hue angle of 321.63º 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 #DC309E is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 158 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.14 |
| HSL | 321.63º | 0.71% | 0.53% | - |
| HSV(B) | 321.63º | 0.78% | 0.86% | - |
| XYZ | 36.74 | 19.8 | 34.23 | - |
| YUV | 111.97 | 153.98 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 158 | 0 | 0.78 | 0.28 | 0.14 | 321.63 | 0.71 | 0.53 |
| Hex | DC | 30 | 9E | 0 | 4E | 1C | E | 142 | 47 | 35 |
| Octal | 334 | 60 | 236 | 0 | 116 | 34 | 16 | 502 | 107 | 65 |
| Binary | 11011100 | 110000 | 10011110 | 0 | 1001110 | 11100 | 1110 | 101000010 | 1000111 | 110101 |
Color Harmonies of #DC309E
Complementary color
Monochromatic Colors of #DC309E
Black with #DC309E
Text Example
Text Example
White with #DC309E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC309E; }
p { color: rgb(220,48,158); }
H1.HeaderClassName
{
color: #DC309E;
}
.AnyTagClassName
{
color: #DC309E;
}
</style>
background-color css
<style>
a { background-color: #DC309E; }
a { background-color: rgb(220,48,158); }
div.DivClassName
{
background-color: #DC309E;
}
.BgClassName
{
background-color: #DC309E;
}
</style>
border-color css
<style>
span { border-color: #DC309E; }
span { border-color: rgb(220,48,158); }
td.TdClassName
{
border-color: #DC309E;
}
.TagClassName
{
border-color: #DC309E;
}
</style>