Shades of Cerise #DC3D60
Tints of Cerise #DC3D60
RGB
CMYK
RGB Variations
Color information
#DC3D60 (or 0xDC3D60) is known color: Cerise. HEX triplet: DC, 3D and 60. RGB value is (220,61,96). Sum of RGB (Red+Green+Blue) = 220+61+96=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3D60 is #23C29F. Grayscale: #707070. Windows color (decimal): -2343584 or 6307292. OLE color: 6307292.
HSL color Cylindrical-coordinate representation of color #DC3D60: hue angle of 346.79º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3D60 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 96 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.14 |
| HSL | 346.79º | 0.69% | 0.55% | - |
| HSV(B) | 346.79º | 0.72% | 0.86% | - |
| XYZ | 33.3 | 19.4 | 13.06 | - |
| YUV | 112.53 | 118.68 | 204.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 96 | 0 | 0.72 | 0.56 | 0.14 | 346.79 | 0.69 | 0.55 |
| Hex | DC | 3D | 60 | 0 | 48 | 38 | E | 15B | 45 | 37 |
| Octal | 334 | 75 | 140 | 0 | 110 | 70 | 16 | 533 | 105 | 67 |
| Binary | 11011100 | 111101 | 1100000 | 0 | 1001000 | 111000 | 1110 | 101011011 | 1000101 | 110111 |
Color Harmonies of #DC3D60
Complementary color
Monochromatic Colors of #DC3D60
Black with #DC3D60
Text Example
Text Example
White with #DC3D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3D60; }
p { color: rgb(220,61,96); }
H1.HeaderClassName
{
color: #DC3D60;
}
.AnyTagClassName
{
color: #DC3D60;
}
</style>
background-color css
<style>
a { background-color: #DC3D60; }
a { background-color: rgb(220,61,96); }
div.DivClassName
{
background-color: #DC3D60;
}
.BgClassName
{
background-color: #DC3D60;
}
</style>
border-color css
<style>
span { border-color: #DC3D60; }
span { border-color: rgb(220,61,96); }
td.TdClassName
{
border-color: #DC3D60;
}
.TagClassName
{
border-color: #DC3D60;
}
</style>