Shades of Cerise #DC3F65
Tints of Cerise #DC3F65
RGB
CMYK
RGB Variations
Color information
#DC3F65 (or 0xDC3F65) is known color: Cerise. HEX triplet: DC, 3F and 65. RGB value is (220,63,101). Sum of RGB (Red+Green+Blue) = 220+63+101=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3F65 is #23C09A. Grayscale: #727272. Windows color (decimal): -2343067 or 6635484. OLE color: 6635484.
HSL color Cylindrical-coordinate representation of color #DC3F65: hue angle of 345.48º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DC3F65 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 63 | 101 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.14 |
| HSL | 345.48º | 0.69% | 0.55% | - |
| HSV(B) | 345.48º | 0.71% | 0.86% | - |
| XYZ | 33.64 | 19.71 | 14.34 | - |
| YUV | 114.28 | 120.51 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 63 | 101 | 0 | 0.71 | 0.54 | 0.14 | 345.48 | 0.69 | 0.55 |
| Hex | DC | 3F | 65 | 0 | 47 | 36 | E | 159 | 45 | 37 |
| Octal | 334 | 77 | 145 | 0 | 107 | 66 | 16 | 531 | 105 | 67 |
| Binary | 11011100 | 111111 | 1100101 | 0 | 1000111 | 110110 | 1110 | 101011001 | 1000101 | 110111 |
Color Harmonies of #DC3F65
Complementary color
Monochromatic Colors of #DC3F65
Black with #DC3F65
Text Example
Text Example
White with #DC3F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3F65; }
p { color: rgb(220,63,101); }
H1.HeaderClassName
{
color: #DC3F65;
}
.AnyTagClassName
{
color: #DC3F65;
}
</style>
background-color css
<style>
a { background-color: #DC3F65; }
a { background-color: rgb(220,63,101); }
div.DivClassName
{
background-color: #DC3F65;
}
.BgClassName
{
background-color: #DC3F65;
}
</style>
border-color css
<style>
span { border-color: #DC3F65; }
span { border-color: rgb(220,63,101); }
td.TdClassName
{
border-color: #DC3F65;
}
.TagClassName
{
border-color: #DC3F65;
}
</style>