Shades of Cerise #DC3D61
Tints of Cerise #DC3D61
RGB
CMYK
RGB Variations
Color information
#DC3D61 (or 0xDC3D61) is known color: Cerise. HEX triplet: DC, 3D and 61. RGB value is (220,61,97). Sum of RGB (Red+Green+Blue) = 220+61+97=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3D61 is #23C29E. Grayscale: #707070. Windows color (decimal): -2343583 or 6372828. OLE color: 6372828.
HSL color Cylindrical-coordinate representation of color #DC3D61: hue angle of 346.42º 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 #DC3D61 is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 97 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.14 |
| HSL | 346.42º | 0.69% | 0.55% | - |
| HSV(B) | 346.42º | 0.72% | 0.86% | - |
| XYZ | 33.34 | 19.42 | 13.3 | - |
| YUV | 112.65 | 119.18 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 97 | 0 | 0.72 | 0.56 | 0.14 | 346.42 | 0.69 | 0.55 |
| Hex | DC | 3D | 61 | 0 | 48 | 38 | E | 15A | 45 | 37 |
| Octal | 334 | 75 | 141 | 0 | 110 | 70 | 16 | 532 | 105 | 67 |
| Binary | 11011100 | 111101 | 1100001 | 0 | 1001000 | 111000 | 1110 | 101011010 | 1000101 | 110111 |
Color Harmonies of #DC3D61
Complementary color
Monochromatic Colors of #DC3D61
Black with #DC3D61
Text Example
Text Example
White with #DC3D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3D61; }
p { color: rgb(220,61,97); }
H1.HeaderClassName
{
color: #DC3D61;
}
.AnyTagClassName
{
color: #DC3D61;
}
</style>
background-color css
<style>
a { background-color: #DC3D61; }
a { background-color: rgb(220,61,97); }
div.DivClassName
{
background-color: #DC3D61;
}
.BgClassName
{
background-color: #DC3D61;
}
</style>
border-color css
<style>
span { border-color: #DC3D61; }
span { border-color: rgb(220,61,97); }
td.TdClassName
{
border-color: #DC3D61;
}
.TagClassName
{
border-color: #DC3D61;
}
</style>