Shades of Cerise #DE3769
Tints of Cerise #DE3769
RGB
CMYK
RGB Variations
Color information
#DE3769 (or 0xDE3769) is known color: Cerise. HEX triplet: DE, 37 and 69. RGB value is (222,55,105). Sum of RGB (Red+Green+Blue) = 222+55+105=382 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.12% from 382); Green value is 55 (21.88% from 255 or 14.40% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3769 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3769 is #21C896. Grayscale: #6E6E6E. Windows color (decimal): -2214039 or 6895582. OLE color: 6895582.
HSL color Cylindrical-coordinate representation of color #DE3769: hue angle of 342.04º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DE3769 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 55 | 105 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.13 |
| HSL | 342.04º | 0.72% | 0.54% | - |
| HSV(B) | 342.04º | 0.75% | 0.87% | - |
| XYZ | 34.04 | 19.28 | 15.29 | - |
| YUV | 110.63 | 124.83 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 55 | 105 | 0 | 0.75 | 0.53 | 0.13 | 342.04 | 0.72 | 0.54 |
| Hex | DE | 37 | 69 | 0 | 4B | 35 | D | 156 | 48 | 36 |
| Octal | 336 | 67 | 151 | 0 | 113 | 65 | 15 | 526 | 110 | 66 |
| Binary | 11011110 | 110111 | 1101001 | 0 | 1001011 | 110101 | 1101 | 101010110 | 1001000 | 110110 |
Color Harmonies of #DE3769
Complementary color
Monochromatic Colors of #DE3769
Black with #DE3769
Text Example
Text Example
White with #DE3769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3769; }
p { color: rgb(222,55,105); }
H1.HeaderClassName
{
color: #DE3769;
}
.AnyTagClassName
{
color: #DE3769;
}
</style>
background-color css
<style>
a { background-color: #DE3769; }
a { background-color: rgb(222,55,105); }
div.DivClassName
{
background-color: #DE3769;
}
.BgClassName
{
background-color: #DE3769;
}
</style>
border-color css
<style>
span { border-color: #DE3769; }
span { border-color: rgb(222,55,105); }
td.TdClassName
{
border-color: #DE3769;
}
.TagClassName
{
border-color: #DE3769;
}
</style>