Shades of Cerise #DC3D70
Tints of Cerise #DC3D70
RGB
CMYK
RGB Variations
Color information
#DC3D70 (or 0xDC3D70) is known color: Cerise. HEX triplet: DC, 3D and 70. RGB value is (220,61,112). Sum of RGB (Red+Green+Blue) = 220+61+112=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3D70 is #23C28F. Grayscale: #727272. Windows color (decimal): -2343568 or 7355868. OLE color: 7355868.
HSL color Cylindrical-coordinate representation of color #DC3D70: hue angle of 340.75º 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 #DC3D70 is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 112 | - |
| CMYK | 0 | 0.72 | 0.49 | 0.14 |
| HSL | 340.75º | 0.69% | 0.55% | - |
| HSV(B) | 340.75º | 0.72% | 0.86% | - |
| XYZ | 34.11 | 19.72 | 17.34 | - |
| YUV | 114.36 | 126.68 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 112 | 0 | 0.72 | 0.49 | 0.14 | 340.75 | 0.69 | 0.55 |
| Hex | DC | 3D | 70 | 0 | 48 | 31 | E | 155 | 45 | 37 |
| Octal | 334 | 75 | 160 | 0 | 110 | 61 | 16 | 525 | 105 | 67 |
| Binary | 11011100 | 111101 | 1110000 | 0 | 1001000 | 110001 | 1110 | 101010101 | 1000101 | 110111 |
Color Harmonies of #DC3D70
Complementary color
Monochromatic Colors of #DC3D70
Black with #DC3D70
Text Example
Text Example
White with #DC3D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3D70; }
p { color: rgb(220,61,112); }
H1.HeaderClassName
{
color: #DC3D70;
}
.AnyTagClassName
{
color: #DC3D70;
}
</style>
background-color css
<style>
a { background-color: #DC3D70; }
a { background-color: rgb(220,61,112); }
div.DivClassName
{
background-color: #DC3D70;
}
.BgClassName
{
background-color: #DC3D70;
}
</style>
border-color css
<style>
span { border-color: #DC3D70; }
span { border-color: rgb(220,61,112); }
td.TdClassName
{
border-color: #DC3D70;
}
.TagClassName
{
border-color: #DC3D70;
}
</style>