Shades of Cerise #DC3B58
Tints of Cerise #DC3B58
RGB
CMYK
RGB Variations
Color information
#DC3B58 (or 0xDC3B58) is known color: Cerise. HEX triplet: DC, 3B and 58. RGB value is (220,59,88). Sum of RGB (Red+Green+Blue) = 220+59+88=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 59 (23.44% from 255 or 16.08% from 367); Blue value is 88 (34.77% from 255 or 23.98% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3B58 is #23C4A7. Grayscale: #6E6E6E. Windows color (decimal): -2344104 or 5782492. OLE color: 5782492.
HSL color Cylindrical-coordinate representation of color #DC3B58: hue angle of 349.19º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DC3B58 is Cyan = 0, Magento = 0.73, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 59 | 88 | - |
| CMYK | 0 | 0.73 | 0.6 | 0.14 |
| HSL | 349.19º | 0.7% | 0.55% | - |
| HSV(B) | 349.19º | 0.73% | 0.86% | - |
| XYZ | 32.84 | 19.05 | 11.18 | - |
| YUV | 110.45 | 115.34 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 59 | 88 | 0 | 0.73 | 0.6 | 0.14 | 349.19 | 0.7 | 0.55 |
| Hex | DC | 3B | 58 | 0 | 49 | 3C | E | 15D | 46 | 37 |
| Octal | 334 | 73 | 130 | 0 | 111 | 74 | 16 | 535 | 106 | 67 |
| Binary | 11011100 | 111011 | 1011000 | 0 | 1001001 | 111100 | 1110 | 101011101 | 1000110 | 110111 |
Color Harmonies of #DC3B58
Complementary color
Monochromatic Colors of #DC3B58
Black with #DC3B58
Text Example
Text Example
White with #DC3B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3B58; }
p { color: rgb(220,59,88); }
H1.HeaderClassName
{
color: #DC3B58;
}
.AnyTagClassName
{
color: #DC3B58;
}
</style>
background-color css
<style>
a { background-color: #DC3B58; }
a { background-color: rgb(220,59,88); }
div.DivClassName
{
background-color: #DC3B58;
}
.BgClassName
{
background-color: #DC3B58;
}
</style>
border-color css
<style>
span { border-color: #DC3B58; }
span { border-color: rgb(220,59,88); }
td.TdClassName
{
border-color: #DC3B58;
}
.TagClassName
{
border-color: #DC3B58;
}
</style>