Shades of Cerise #DC306E
Tints of Cerise #DC306E
RGB
CMYK
RGB Variations
Color information
#DC306E (or 0xDC306E) is known color: Cerise. HEX triplet: DC, 30 and 6E. RGB value is (220,48,110). Sum of RGB (Red+Green+Blue) = 220+48+110=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC306E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC306E is #23CF91. Grayscale: #6A6A6A. Windows color (decimal): -2346898 or 7221468. OLE color: 7221468.
HSL color Cylindrical-coordinate representation of color #DC306E: hue angle of 338.37º 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 #DC306E is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 110 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.14 |
| HSL | 338.37º | 0.71% | 0.53% | - |
| HSV(B) | 338.37º | 0.78% | 0.86% | - |
| XYZ | 33.39 | 18.46 | 16.55 | - |
| YUV | 106.5 | 129.98 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 110 | 0 | 0.78 | 0.50 | 0.14 | 338.37 | 0.71 | 0.53 |
| Hex | DC | 30 | 6E | 0 | 4E | 32 | E | 152 | 47 | 35 |
| Octal | 334 | 60 | 156 | 0 | 116 | 62 | 16 | 522 | 107 | 65 |
| Binary | 11011100 | 110000 | 1101110 | 0 | 1001110 | 110010 | 1110 | 101010010 | 1000111 | 110101 |
Color Harmonies of #DC306E
Complementary color
Monochromatic Colors of #DC306E
Black with #DC306E
Text Example
Text Example
White with #DC306E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC306E; }
p { color: rgb(220,48,110); }
H1.HeaderClassName
{
color: #DC306E;
}
.AnyTagClassName
{
color: #DC306E;
}
</style>
background-color css
<style>
a { background-color: #DC306E; }
a { background-color: rgb(220,48,110); }
div.DivClassName
{
background-color: #DC306E;
}
.BgClassName
{
background-color: #DC306E;
}
</style>
border-color css
<style>
span { border-color: #DC306E; }
span { border-color: rgb(220,48,110); }
td.TdClassName
{
border-color: #DC306E;
}
.TagClassName
{
border-color: #DC306E;
}
</style>