Shades of Cerise #DE2673
Tints of Cerise #DE2673
RGB
CMYK
RGB Variations
Color information
#DE2673 (or 0xDE2673) is known color: Cerise. HEX triplet: DE, 26 and 73. RGB value is (222,38,115). Sum of RGB (Red+Green+Blue) = 222+38+115=375 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.2% from 375); Green value is 38 (15.23% from 255 or 10.13% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2673 is #21D98C. Grayscale: #656565. Windows color (decimal): -2218381 or 7546590. OLE color: 7546590.
HSL color Cylindrical-coordinate representation of color #DE2673: hue angle of 334.89º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DE2673 is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 38 | 115 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.13 |
| HSL | 334.89º | 0.74% | 0.51% | - |
| HSV(B) | 334.89º | 0.83% | 0.87% | - |
| XYZ | 33.91 | 18.15 | 17.94 | - |
| YUV | 101.79 | 135.46 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 38 | 115 | 0 | 0.83 | 0.48 | 0.13 | 334.89 | 0.74 | 0.51 |
| Hex | DE | 26 | 73 | 0 | 53 | 30 | D | 14F | 4A | 33 |
| Octal | 336 | 46 | 163 | 0 | 123 | 60 | 15 | 517 | 112 | 63 |
| Binary | 11011110 | 100110 | 1110011 | 0 | 1010011 | 110000 | 1101 | 101001111 | 1001010 | 110011 |
Color Harmonies of #DE2673
Complementary color
Monochromatic Colors of #DE2673
Black with #DE2673
Text Example
Text Example
White with #DE2673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2673; }
p { color: rgb(222,38,115); }
H1.HeaderClassName
{
color: #DE2673;
}
.AnyTagClassName
{
color: #DE2673;
}
</style>
background-color css
<style>
a { background-color: #DE2673; }
a { background-color: rgb(222,38,115); }
div.DivClassName
{
background-color: #DE2673;
}
.BgClassName
{
background-color: #DE2673;
}
</style>
border-color css
<style>
span { border-color: #DE2673; }
span { border-color: rgb(222,38,115); }
td.TdClassName
{
border-color: #DE2673;
}
.TagClassName
{
border-color: #DE2673;
}
</style>