Shades of Cerise #DC306C
Tints of Cerise #DC306C
RGB
CMYK
RGB Variations
Color information
#DC306C (or 0xDC306C) is known color: Cerise. HEX triplet: DC, 30 and 6C. RGB value is (220,48,108). Sum of RGB (Red+Green+Blue) = 220+48+108=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC306C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC306C is #23CF93. Grayscale: #6A6A6A. Windows color (decimal): -2346900 or 7090396. OLE color: 7090396.
HSL color Cylindrical-coordinate representation of color #DC306C: hue angle of 339.07º 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 #DC306C is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 108 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.14 |
| HSL | 339.07º | 0.71% | 0.53% | - |
| HSV(B) | 339.07º | 0.78% | 0.86% | - |
| XYZ | 33.28 | 18.41 | 15.99 | - |
| YUV | 106.27 | 128.98 | 209.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 108 | 0 | 0.78 | 0.51 | 0.14 | 339.07 | 0.71 | 0.53 |
| Hex | DC | 30 | 6C | 0 | 4E | 33 | E | 153 | 47 | 35 |
| Octal | 334 | 60 | 154 | 0 | 116 | 63 | 16 | 523 | 107 | 65 |
| Binary | 11011100 | 110000 | 1101100 | 0 | 1001110 | 110011 | 1110 | 101010011 | 1000111 | 110101 |
Color Harmonies of #DC306C
Complementary color
Monochromatic Colors of #DC306C
Black with #DC306C
Text Example
Text Example
White with #DC306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC306C; }
p { color: rgb(220,48,108); }
H1.HeaderClassName
{
color: #DC306C;
}
.AnyTagClassName
{
color: #DC306C;
}
</style>
background-color css
<style>
a { background-color: #DC306C; }
a { background-color: rgb(220,48,108); }
div.DivClassName
{
background-color: #DC306C;
}
.BgClassName
{
background-color: #DC306C;
}
</style>
border-color css
<style>
span { border-color: #DC306C; }
span { border-color: rgb(220,48,108); }
td.TdClassName
{
border-color: #DC306C;
}
.TagClassName
{
border-color: #DC306C;
}
</style>