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