Shades of Deep Cerise #DC307C
Tints of Deep Cerise #DC307C
RGB
CMYK
RGB Variations
Color information
#DC307C (or 0xDC307C) is known color: Deep Cerise. HEX triplet: DC, 30 and 7C. RGB value is (220,48,124). Sum of RGB (Red+Green+Blue) = 220+48+124=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 48 (19.14% from 255 or 12.24% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC307C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC307C is #23CF83. Grayscale: #6B6B6B. Windows color (decimal): -2346884 or 8138972. OLE color: 8138972.
HSL color Cylindrical-coordinate representation of color #DC307C: hue angle of 333.49º 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 #DC307C is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 124 | - |
| CMYK | 0 | 0.78 | 0.44 | 0.14 |
| HSL | 333.49º | 0.71% | 0.53% | - |
| HSV(B) | 333.49º | 0.78% | 0.86% | - |
| XYZ | 34.21 | 18.78 | 20.89 | - |
| YUV | 108.09 | 136.98 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 124 | 0 | 0.78 | 0.44 | 0.14 | 333.49 | 0.71 | 0.53 |
| Hex | DC | 30 | 7C | 0 | 4E | 2C | E | 14D | 47 | 35 |
| Octal | 334 | 60 | 174 | 0 | 116 | 54 | 16 | 515 | 107 | 65 |
| Binary | 11011100 | 110000 | 1111100 | 0 | 1001110 | 101100 | 1110 | 101001101 | 1000111 | 110101 |
Color Harmonies of #DC307C
Complementary color
Monochromatic Colors of #DC307C
Black with #DC307C
Text Example
Text Example
White with #DC307C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC307C; }
p { color: rgb(220,48,124); }
H1.HeaderClassName
{
color: #DC307C;
}
.AnyTagClassName
{
color: #DC307C;
}
</style>
background-color css
<style>
a { background-color: #DC307C; }
a { background-color: rgb(220,48,124); }
div.DivClassName
{
background-color: #DC307C;
}
.BgClassName
{
background-color: #DC307C;
}
</style>
border-color css
<style>
span { border-color: #DC307C; }
span { border-color: rgb(220,48,124); }
td.TdClassName
{
border-color: #DC307C;
}
.TagClassName
{
border-color: #DC307C;
}
</style>