Shades of Cerise #DC3D6D
Tints of Cerise #DC3D6D
RGB
CMYK
RGB Variations
Color information
#DC3D6D (or 0xDC3D6D) is known color: Cerise. HEX triplet: DC, 3D and 6D. RGB value is (220,61,109). Sum of RGB (Red+Green+Blue) = 220+61+109=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3D6D is #23C292. Grayscale: #717171. Windows color (decimal): -2343571 or 7159260. OLE color: 7159260.
HSL color Cylindrical-coordinate representation of color #DC3D6D: hue angle of 341.89º 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 #DC3D6D is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 109 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.14 |
| HSL | 341.89º | 0.69% | 0.55% | - |
| HSV(B) | 341.89º | 0.72% | 0.86% | - |
| XYZ | 33.94 | 19.66 | 16.47 | - |
| YUV | 114.01 | 125.18 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 109 | 0 | 0.72 | 0.50 | 0.14 | 341.89 | 0.69 | 0.55 |
| Hex | DC | 3D | 6D | 0 | 48 | 32 | E | 156 | 45 | 37 |
| Octal | 334 | 75 | 155 | 0 | 110 | 62 | 16 | 526 | 105 | 67 |
| Binary | 11011100 | 111101 | 1101101 | 0 | 1001000 | 110010 | 1110 | 101010110 | 1000101 | 110111 |
Color Harmonies of #DC3D6D
Complementary color
Monochromatic Colors of #DC3D6D
Black with #DC3D6D
Text Example
Text Example
White with #DC3D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3D6D; }
p { color: rgb(220,61,109); }
H1.HeaderClassName
{
color: #DC3D6D;
}
.AnyTagClassName
{
color: #DC3D6D;
}
</style>
background-color css
<style>
a { background-color: #DC3D6D; }
a { background-color: rgb(220,61,109); }
div.DivClassName
{
background-color: #DC3D6D;
}
.BgClassName
{
background-color: #DC3D6D;
}
</style>
border-color css
<style>
span { border-color: #DC3D6D; }
span { border-color: rgb(220,61,109); }
td.TdClassName
{
border-color: #DC3D6D;
}
.TagClassName
{
border-color: #DC3D6D;
}
</style>