Shades of Cerise #DC3B6E
Tints of Cerise #DC3B6E
RGB
CMYK
RGB Variations
Color information
#DC3B6E (or 0xDC3B6E) is known color: Cerise. HEX triplet: DC, 3B and 6E. RGB value is (220,59,110). Sum of RGB (Red+Green+Blue) = 220+59+110=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 59 (23.44% from 255 or 15.17% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3B6E is #23C491. Grayscale: #707070. Windows color (decimal): -2344082 or 7224284. OLE color: 7224284.
HSL color Cylindrical-coordinate representation of color #DC3B6E: hue angle of 340.99º 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 #DC3B6E is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 59 | 110 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.14 |
| HSL | 340.99º | 0.7% | 0.55% | - |
| HSV(B) | 340.99º | 0.73% | 0.86% | - |
| XYZ | 33.89 | 19.47 | 16.72 | - |
| YUV | 112.95 | 126.34 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 59 | 110 | 0 | 0.73 | 0.50 | 0.14 | 340.99 | 0.7 | 0.55 |
| Hex | DC | 3B | 6E | 0 | 49 | 32 | E | 155 | 46 | 37 |
| Octal | 334 | 73 | 156 | 0 | 111 | 62 | 16 | 525 | 106 | 67 |
| Binary | 11011100 | 111011 | 1101110 | 0 | 1001001 | 110010 | 1110 | 101010101 | 1000110 | 110111 |
Color Harmonies of #DC3B6E
Complementary color
Monochromatic Colors of #DC3B6E
Black with #DC3B6E
Text Example
Text Example
White with #DC3B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3B6E; }
p { color: rgb(220,59,110); }
H1.HeaderClassName
{
color: #DC3B6E;
}
.AnyTagClassName
{
color: #DC3B6E;
}
</style>
background-color css
<style>
a { background-color: #DC3B6E; }
a { background-color: rgb(220,59,110); }
div.DivClassName
{
background-color: #DC3B6E;
}
.BgClassName
{
background-color: #DC3B6E;
}
</style>
border-color css
<style>
span { border-color: #DC3B6E; }
span { border-color: rgb(220,59,110); }
td.TdClassName
{
border-color: #DC3B6E;
}
.TagClassName
{
border-color: #DC3B6E;
}
</style>