Shades of Deep Cerise #DE267D
Tints of Deep Cerise #DE267D
RGB
CMYK
RGB Variations
Color information
#DE267D (or 0xDE267D) is known color: Deep Cerise. HEX triplet: DE, 26 and 7D. RGB value is (222,38,125). Sum of RGB (Red+Green+Blue) = 222+38+125=385 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.66% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 222 - color contains mainly: red. Hex color #DE267D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE267D is #21D982. Grayscale: #666666. Windows color (decimal): -2218371 or 8201950. OLE color: 8201950.
HSL color Cylindrical-coordinate representation of color #DE267D: hue angle of 331.63º 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 #DE267D is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 38 | 125 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.13 |
| HSL | 331.63º | 0.74% | 0.51% | - |
| HSV(B) | 331.63º | 0.83% | 0.87% | - |
| XYZ | 34.52 | 18.4 | 21.13 | - |
| YUV | 102.93 | 140.46 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 38 | 125 | 0 | 0.83 | 0.44 | 0.13 | 331.63 | 0.74 | 0.51 |
| Hex | DE | 26 | 7D | 0 | 53 | 2C | D | 14C | 4A | 33 |
| Octal | 336 | 46 | 175 | 0 | 123 | 54 | 15 | 514 | 112 | 63 |
| Binary | 11011110 | 100110 | 1111101 | 0 | 1010011 | 101100 | 1101 | 101001100 | 1001010 | 110011 |
Color Harmonies of #DE267D
Complementary color
Monochromatic Colors of #DE267D
Black with #DE267D
Text Example
Text Example
White with #DE267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE267D; }
p { color: rgb(222,38,125); }
H1.HeaderClassName
{
color: #DE267D;
}
.AnyTagClassName
{
color: #DE267D;
}
</style>
background-color css
<style>
a { background-color: #DE267D; }
a { background-color: rgb(222,38,125); }
div.DivClassName
{
background-color: #DE267D;
}
.BgClassName
{
background-color: #DE267D;
}
</style>
border-color css
<style>
span { border-color: #DE267D; }
span { border-color: rgb(222,38,125); }
td.TdClassName
{
border-color: #DE267D;
}
.TagClassName
{
border-color: #DE267D;
}
</style>