Shades of Cerise #DE416B
Tints of Cerise #DE416B
RGB
CMYK
RGB Variations
Color information
#DE416B (or 0xDE416B) is known color: Cerise. HEX triplet: DE, 41 and 6B. RGB value is (222,65,107). Sum of RGB (Red+Green+Blue) = 222+65+107=394 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.35% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 222 - color contains mainly: red. Hex color #DE416B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE416B is #21BE94. Grayscale: #747474. Windows color (decimal): -2211477 or 7029214. OLE color: 7029214.
HSL color Cylindrical-coordinate representation of color #DE416B: hue angle of 343.95º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE416B is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 65 | 107 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.13 |
| HSL | 343.95º | 0.7% | 0.56% | - |
| HSV(B) | 343.95º | 0.71% | 0.87% | - |
| XYZ | 34.67 | 20.37 | 16.01 | - |
| YUV | 116.73 | 122.51 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 65 | 107 | 0 | 0.71 | 0.52 | 0.13 | 343.95 | 0.7 | 0.56 |
| Hex | DE | 41 | 6B | 0 | 47 | 34 | D | 158 | 46 | 38 |
| Octal | 336 | 101 | 153 | 0 | 107 | 64 | 15 | 530 | 106 | 70 |
| Binary | 11011110 | 1000001 | 1101011 | 0 | 1000111 | 110100 | 1101 | 101011000 | 1000110 | 111000 |
Color Harmonies of #DE416B
Complementary color
Monochromatic Colors of #DE416B
Black with #DE416B
Text Example
Text Example
White with #DE416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE416B; }
p { color: rgb(222,65,107); }
H1.HeaderClassName
{
color: #DE416B;
}
.AnyTagClassName
{
color: #DE416B;
}
</style>
background-color css
<style>
a { background-color: #DE416B; }
a { background-color: rgb(222,65,107); }
div.DivClassName
{
background-color: #DE416B;
}
.BgClassName
{
background-color: #DE416B;
}
</style>
border-color css
<style>
span { border-color: #DE416B; }
span { border-color: rgb(222,65,107); }
td.TdClassName
{
border-color: #DE416B;
}
.TagClassName
{
border-color: #DE416B;
}
</style>