Shades of Deep Cerise #DE269C
Tints of Deep Cerise #DE269C
RGB
CMYK
RGB Variations
Color information
#DE269C (or 0xDE269C) is known color: Deep Cerise. HEX triplet: DE, 26 and 9C. RGB value is (222,38,156). Sum of RGB (Red+Green+Blue) = 222+38+156=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DE269C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE269C is #21D963. Grayscale: #6A6A6A. Windows color (decimal): -2218340 or 10233566. OLE color: 10233566.
HSL color Cylindrical-coordinate representation of color #DE269C: hue angle of 321.52º 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 #DE269C is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 38 | 156 | - |
| CMYK | 0 | 0.83 | 0.30 | 0.13 |
| HSL | 321.52º | 0.74% | 0.51% | - |
| HSV(B) | 321.52º | 0.83% | 0.87% | - |
| XYZ | 36.82 | 19.32 | 33.24 | - |
| YUV | 106.47 | 155.96 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 38 | 156 | 0 | 0.83 | 0.30 | 0.13 | 321.52 | 0.74 | 0.51 |
| Hex | DE | 26 | 9C | 0 | 53 | 1E | D | 142 | 4A | 33 |
| Octal | 336 | 46 | 234 | 0 | 123 | 36 | 15 | 502 | 112 | 63 |
| Binary | 11011110 | 100110 | 10011100 | 0 | 1010011 | 11110 | 1101 | 101000010 | 1001010 | 110011 |
Color Harmonies of #DE269C
Complementary color
Monochromatic Colors of #DE269C
Black with #DE269C
Text Example
Text Example
White with #DE269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE269C; }
p { color: rgb(222,38,156); }
H1.HeaderClassName
{
color: #DE269C;
}
.AnyTagClassName
{
color: #DE269C;
}
</style>
background-color css
<style>
a { background-color: #DE269C; }
a { background-color: rgb(222,38,156); }
div.DivClassName
{
background-color: #DE269C;
}
.BgClassName
{
background-color: #DE269C;
}
</style>
border-color css
<style>
span { border-color: #DE269C; }
span { border-color: rgb(222,38,156); }
td.TdClassName
{
border-color: #DE269C;
}
.TagClassName
{
border-color: #DE269C;
}
</style>