Shades of Cerise #DE4465
Tints of Cerise #DE4465
RGB
CMYK
RGB Variations
Color information
#DE4465 (or 0xDE4465) is known color: Cerise. HEX triplet: DE, 44 and 65. RGB value is (222,68,101). Sum of RGB (Red+Green+Blue) = 222+68+101=391 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.78% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4465 is #21BB9A. Grayscale: #757575. Windows color (decimal): -2210715 or 6636766. OLE color: 6636766.
HSL color Cylindrical-coordinate representation of color #DE4465: hue angle of 347.14º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DE4465 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 68 | 101 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.13 |
| HSL | 347.14º | 0.7% | 0.57% | - |
| HSV(B) | 347.14º | 0.69% | 0.87% | - |
| XYZ | 34.54 | 20.6 | 14.47 | - |
| YUV | 117.81 | 118.52 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 68 | 101 | 0 | 0.69 | 0.55 | 0.13 | 347.14 | 0.7 | 0.57 |
| Hex | DE | 44 | 65 | 0 | 45 | 37 | D | 15B | 46 | 39 |
| Octal | 336 | 104 | 145 | 0 | 105 | 67 | 15 | 533 | 106 | 71 |
| Binary | 11011110 | 1000100 | 1100101 | 0 | 1000101 | 110111 | 1101 | 101011011 | 1000110 | 111001 |
Color Harmonies of #DE4465
Complementary color
Monochromatic Colors of #DE4465
Black with #DE4465
Text Example
Text Example
White with #DE4465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE4465; }
p { color: rgb(222,68,101); }
H1.HeaderClassName
{
color: #DE4465;
}
.AnyTagClassName
{
color: #DE4465;
}
</style>
background-color css
<style>
a { background-color: #DE4465; }
a { background-color: rgb(222,68,101); }
div.DivClassName
{
background-color: #DE4465;
}
.BgClassName
{
background-color: #DE4465;
}
</style>
border-color css
<style>
span { border-color: #DE4465; }
span { border-color: rgb(222,68,101); }
td.TdClassName
{
border-color: #DE4465;
}
.TagClassName
{
border-color: #DE4465;
}
</style>