Shades of Cerise #DE2765
Tints of Cerise #DE2765
RGB
CMYK
RGB Variations
Color information
#DE2765 (or 0xDE2765) is known color: Cerise. HEX triplet: DE, 27 and 65. RGB value is (222,39,101). Sum of RGB (Red+Green+Blue) = 222+39+101=362 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.33% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2765 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2765 is #21D89A. Grayscale: #646464. Windows color (decimal): -2218139 or 6629342. OLE color: 6629342.
HSL color Cylindrical-coordinate representation of color #DE2765: hue angle of 339.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE2765 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 39 | 101 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.13 |
| HSL | 339.67º | 0.73% | 0.51% | - |
| HSV(B) | 339.67º | 0.82% | 0.87% | - |
| XYZ | 33.2 | 17.92 | 14.02 | - |
| YUV | 100.79 | 128.13 | 214.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 39 | 101 | 0 | 0.82 | 0.55 | 0.13 | 339.67 | 0.73 | 0.51 |
| Hex | DE | 27 | 65 | 0 | 52 | 37 | D | 154 | 49 | 33 |
| Octal | 336 | 47 | 145 | 0 | 122 | 67 | 15 | 524 | 111 | 63 |
| Binary | 11011110 | 100111 | 1100101 | 0 | 1010010 | 110111 | 1101 | 101010100 | 1001001 | 110011 |
Color Harmonies of #DE2765
Complementary color
Monochromatic Colors of #DE2765
Black with #DE2765
Text Example
Text Example
White with #DE2765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2765; }
p { color: rgb(222,39,101); }
H1.HeaderClassName
{
color: #DE2765;
}
.AnyTagClassName
{
color: #DE2765;
}
</style>
background-color css
<style>
a { background-color: #DE2765; }
a { background-color: rgb(222,39,101); }
div.DivClassName
{
background-color: #DE2765;
}
.BgClassName
{
background-color: #DE2765;
}
</style>
border-color css
<style>
span { border-color: #DE2765; }
span { border-color: rgb(222,39,101); }
td.TdClassName
{
border-color: #DE2765;
}
.TagClassName
{
border-color: #DE2765;
}
</style>