Shades of Cerise #DC306D
Tints of Cerise #DC306D
RGB
CMYK
RGB Variations
Color information
#DC306D (or 0xDC306D) is known color: Cerise. HEX triplet: DC, 30 and 6D. RGB value is (220,48,109). Sum of RGB (Red+Green+Blue) = 220+48+109=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC306D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC306D is #23CF92. Grayscale: #6A6A6A. Windows color (decimal): -2346899 or 7155932. OLE color: 7155932.
HSL color Cylindrical-coordinate representation of color #DC306D: hue angle of 338.72º 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 #DC306D is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 48 | 109 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.14 |
| HSL | 338.72º | 0.71% | 0.53% | - |
| HSV(B) | 338.72º | 0.78% | 0.86% | - |
| XYZ | 33.33 | 18.43 | 16.27 | - |
| YUV | 106.38 | 129.48 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 48 | 109 | 0 | 0.78 | 0.50 | 0.14 | 338.72 | 0.71 | 0.53 |
| Hex | DC | 30 | 6D | 0 | 4E | 32 | E | 153 | 47 | 35 |
| Octal | 334 | 60 | 155 | 0 | 116 | 62 | 16 | 523 | 107 | 65 |
| Binary | 11011100 | 110000 | 1101101 | 0 | 1001110 | 110010 | 1110 | 101010011 | 1000111 | 110101 |
Color Harmonies of #DC306D
Complementary color
Monochromatic Colors of #DC306D
Black with #DC306D
Text Example
Text Example
White with #DC306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC306D; }
p { color: rgb(220,48,109); }
H1.HeaderClassName
{
color: #DC306D;
}
.AnyTagClassName
{
color: #DC306D;
}
</style>
background-color css
<style>
a { background-color: #DC306D; }
a { background-color: rgb(220,48,109); }
div.DivClassName
{
background-color: #DC306D;
}
.BgClassName
{
background-color: #DC306D;
}
</style>
border-color css
<style>
span { border-color: #DC306D; }
span { border-color: rgb(220,48,109); }
td.TdClassName
{
border-color: #DC306D;
}
.TagClassName
{
border-color: #DC306D;
}
</style>