Shades of Cerise #DE3D66
Tints of Cerise #DE3D66
RGB
CMYK
RGB Variations
Color information
#DE3D66 (or 0xDE3D66) is known color: Cerise. HEX triplet: DE, 3D and 66. RGB value is (222,61,102). Sum of RGB (Red+Green+Blue) = 222+61+102=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3D66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3D66 is #21C299. Grayscale: #717171. Windows color (decimal): -2212506 or 6700510. OLE color: 6700510.
HSL color Cylindrical-coordinate representation of color #DE3D66: hue angle of 344.72º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DE3D66 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 61 | 102 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.13 |
| HSL | 344.72º | 0.71% | 0.55% | - |
| HSV(B) | 344.72º | 0.73% | 0.87% | - |
| XYZ | 34.19 | 19.83 | 14.6 | - |
| YUV | 113.81 | 121.34 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 61 | 102 | 0 | 0.73 | 0.54 | 0.13 | 344.72 | 0.71 | 0.55 |
| Hex | DE | 3D | 66 | 0 | 49 | 36 | D | 159 | 47 | 37 |
| Octal | 336 | 75 | 146 | 0 | 111 | 66 | 15 | 531 | 107 | 67 |
| Binary | 11011110 | 111101 | 1100110 | 0 | 1001001 | 110110 | 1101 | 101011001 | 1000111 | 110111 |
Color Harmonies of #DE3D66
Complementary color
Monochromatic Colors of #DE3D66
Black with #DE3D66
Text Example
Text Example
White with #DE3D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3D66; }
p { color: rgb(222,61,102); }
H1.HeaderClassName
{
color: #DE3D66;
}
.AnyTagClassName
{
color: #DE3D66;
}
</style>
background-color css
<style>
a { background-color: #DE3D66; }
a { background-color: rgb(222,61,102); }
div.DivClassName
{
background-color: #DE3D66;
}
.BgClassName
{
background-color: #DE3D66;
}
</style>
border-color css
<style>
span { border-color: #DE3D66; }
span { border-color: rgb(222,61,102); }
td.TdClassName
{
border-color: #DE3D66;
}
.TagClassName
{
border-color: #DE3D66;
}
</style>