Shades of Cerise #DC3D65
Tints of Cerise #DC3D65
RGB
CMYK
RGB Variations
Color information
#DC3D65 (or 0xDC3D65) is known color: Cerise. HEX triplet: DC, 3D and 65. RGB value is (220,61,101). Sum of RGB (Red+Green+Blue) = 220+61+101=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 101 (39.84% from 255 or 26.44% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3D65 is #23C29A. Grayscale: #717171. Windows color (decimal): -2343579 or 6634972. OLE color: 6634972.
HSL color Cylindrical-coordinate representation of color #DC3D65: hue angle of 344.91º 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 #DC3D65 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 61 | 101 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.14 |
| HSL | 344.91º | 0.69% | 0.55% | - |
| HSV(B) | 344.91º | 0.72% | 0.86% | - |
| XYZ | 33.53 | 19.49 | 14.31 | - |
| YUV | 113.1 | 121.18 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 61 | 101 | 0 | 0.72 | 0.54 | 0.14 | 344.91 | 0.69 | 0.55 |
| Hex | DC | 3D | 65 | 0 | 48 | 36 | E | 159 | 45 | 37 |
| Octal | 334 | 75 | 145 | 0 | 110 | 66 | 16 | 531 | 105 | 67 |
| Binary | 11011100 | 111101 | 1100101 | 0 | 1001000 | 110110 | 1110 | 101011001 | 1000101 | 110111 |
Color Harmonies of #DC3D65
Complementary color
Monochromatic Colors of #DC3D65
Black with #DC3D65
Text Example
Text Example
White with #DC3D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3D65; }
p { color: rgb(220,61,101); }
H1.HeaderClassName
{
color: #DC3D65;
}
.AnyTagClassName
{
color: #DC3D65;
}
</style>
background-color css
<style>
a { background-color: #DC3D65; }
a { background-color: rgb(220,61,101); }
div.DivClassName
{
background-color: #DC3D65;
}
.BgClassName
{
background-color: #DC3D65;
}
</style>
border-color css
<style>
span { border-color: #DC3D65; }
span { border-color: rgb(220,61,101); }
td.TdClassName
{
border-color: #DC3D65;
}
.TagClassName
{
border-color: #DC3D65;
}
</style>