Shades of Deep Cerise #DC309C
Tints of Deep Cerise #DC309C
RGB
CMYK
RGB Variations
Color information
#DC309C (or 0xDC309C) is known color: Deep Cerise. HEX triplet: DC, 30 and 9C. RGB value is (220,48,156). Sum of RGB (Red+Green+Blue) = 220+48+156=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC309C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC309C is #23CF63. Grayscale: #6F6F6F. Windows color (decimal): -2346852 or 10236124. OLE color: 10236124.
HSL color Cylindrical-coordinate representation of color #DC309C: hue angle of 322.33º 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 #DC309C is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 156 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.14 |
| HSL | 322.33º | 0.71% | 0.53% | - |
| HSV(B) | 322.33º | 0.78% | 0.86% | - |
| XYZ | 36.57 | 19.73 | 33.33 | - |
| YUV | 111.74 | 152.98 | 205.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 156 | 0 | 0.78 | 0.29 | 0.14 | 322.33 | 0.71 | 0.53 |
| Hex | DC | 30 | 9C | 0 | 4E | 1D | E | 142 | 47 | 35 |
| Octal | 334 | 60 | 234 | 0 | 116 | 35 | 16 | 502 | 107 | 65 |
| Binary | 11011100 | 110000 | 10011100 | 0 | 1001110 | 11101 | 1110 | 101000010 | 1000111 | 110101 |
Color Harmonies of #DC309C
Complementary color
Monochromatic Colors of #DC309C
Black with #DC309C
Text Example
Text Example
White with #DC309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC309C; }
p { color: rgb(220,48,156); }
H1.HeaderClassName
{
color: #DC309C;
}
.AnyTagClassName
{
color: #DC309C;
}
</style>
background-color css
<style>
a { background-color: #DC309C; }
a { background-color: rgb(220,48,156); }
div.DivClassName
{
background-color: #DC309C;
}
.BgClassName
{
background-color: #DC309C;
}
</style>
border-color css
<style>
span { border-color: #DC309C; }
span { border-color: rgb(220,48,156); }
td.TdClassName
{
border-color: #DC309C;
}
.TagClassName
{
border-color: #DC309C;
}
</style>