Shades of Deep Cerise #DC309F
Tints of Deep Cerise #DC309F
RGB
CMYK
RGB Variations
Color information
#DC309F (or 0xDC309F) is known color: Deep Cerise. HEX triplet: DC, 30 and 9F. RGB value is (220,48,159). Sum of RGB (Red+Green+Blue) = 220+48+159=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC309F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC309F is #23CF60. Grayscale: #6F6F6F. Windows color (decimal): -2346849 or 10432732. OLE color: 10432732.
HSL color Cylindrical-coordinate representation of color #DC309F: hue angle of 321.28º 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 #DC309F is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 159 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.14 |
| HSL | 321.28º | 0.71% | 0.53% | - |
| HSV(B) | 321.28º | 0.78% | 0.86% | - |
| XYZ | 36.83 | 19.83 | 34.69 | - |
| YUV | 112.08 | 154.48 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 159 | 0 | 0.78 | 0.28 | 0.14 | 321.28 | 0.71 | 0.53 |
| Hex | DC | 30 | 9F | 0 | 4E | 1C | E | 141 | 47 | 35 |
| Octal | 334 | 60 | 237 | 0 | 116 | 34 | 16 | 501 | 107 | 65 |
| Binary | 11011100 | 110000 | 10011111 | 0 | 1001110 | 11100 | 1110 | 101000001 | 1000111 | 110101 |
Color Harmonies of #DC309F
Complementary color
Monochromatic Colors of #DC309F
Black with #DC309F
Text Example
Text Example
White with #DC309F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC309F; }
p { color: rgb(220,48,159); }
H1.HeaderClassName
{
color: #DC309F;
}
.AnyTagClassName
{
color: #DC309F;
}
</style>
background-color css
<style>
a { background-color: #DC309F; }
a { background-color: rgb(220,48,159); }
div.DivClassName
{
background-color: #DC309F;
}
.BgClassName
{
background-color: #DC309F;
}
</style>
border-color css
<style>
span { border-color: #DC309F; }
span { border-color: rgb(220,48,159); }
td.TdClassName
{
border-color: #DC309F;
}
.TagClassName
{
border-color: #DC309F;
}
</style>