Shades of Cerise #DE3375
Tints of Cerise #DE3375
RGB
CMYK
RGB Variations
Color information
#DE3375 (or 0xDE3375) is known color: Cerise. HEX triplet: DE, 33 and 75. RGB value is (222,51,117). Sum of RGB (Red+Green+Blue) = 222+51+117=390 (51% of max value = 765). Red value is 222 (87.11% from 255 or 56.92% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3375 is #21CC8A. Grayscale: #6D6D6D. Windows color (decimal): -2215051 or 7680990. OLE color: 7680990.
HSL color Cylindrical-coordinate representation of color #DE3375: hue angle of 336.84º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DE3375 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 51 | 117 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.13 |
| HSL | 336.84º | 0.72% | 0.54% | - |
| HSV(B) | 336.84º | 0.77% | 0.87% | - |
| XYZ | 34.52 | 19.18 | 18.71 | - |
| YUV | 109.65 | 132.15 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 51 | 117 | 0 | 0.77 | 0.47 | 0.13 | 336.84 | 0.72 | 0.54 |
| Hex | DE | 33 | 75 | 0 | 4D | 2F | D | 151 | 48 | 36 |
| Octal | 336 | 63 | 165 | 0 | 115 | 57 | 15 | 521 | 110 | 66 |
| Binary | 11011110 | 110011 | 1110101 | 0 | 1001101 | 101111 | 1101 | 101010001 | 1001000 | 110110 |
Color Harmonies of #DE3375
Complementary color
Monochromatic Colors of #DE3375
Black with #DE3375
Text Example
Text Example
White with #DE3375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE3375; }
p { color: rgb(222,51,117); }
H1.HeaderClassName
{
color: #DE3375;
}
.AnyTagClassName
{
color: #DE3375;
}
</style>
background-color css
<style>
a { background-color: #DE3375; }
a { background-color: rgb(222,51,117); }
div.DivClassName
{
background-color: #DE3375;
}
.BgClassName
{
background-color: #DE3375;
}
</style>
border-color css
<style>
span { border-color: #DE3375; }
span { border-color: rgb(222,51,117); }
td.TdClassName
{
border-color: #DE3375;
}
.TagClassName
{
border-color: #DE3375;
}
</style>