Shades of Deep Cerise #DE459B
Tints of Deep Cerise #DE459B
RGB
CMYK
RGB Variations
Color information
#DE459B (or 0xDE459B) is known color: Deep Cerise. HEX triplet: DE, 45 and 9B. RGB value is (222,69,155). Sum of RGB (Red+Green+Blue) = 222+69+155=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE459B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE459B is #21BA64. Grayscale: #7C7C7C. Windows color (decimal): -2210405 or 10175966. OLE color: 10175966.
HSL color Cylindrical-coordinate representation of color #DE459B: hue angle of 326.27º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DE459B is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 69 | 155 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.13 |
| HSL | 326.27º | 0.7% | 0.57% | - |
| HSV(B) | 326.27º | 0.69% | 0.87% | - |
| XYZ | 38.17 | 22.15 | 33.27 | - |
| YUV | 124.55 | 145.19 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 69 | 155 | 0 | 0.69 | 0.30 | 0.13 | 326.27 | 0.7 | 0.57 |
| Hex | DE | 45 | 9B | 0 | 45 | 1E | D | 146 | 46 | 39 |
| Octal | 336 | 105 | 233 | 0 | 105 | 36 | 15 | 506 | 106 | 71 |
| Binary | 11011110 | 1000101 | 10011011 | 0 | 1000101 | 11110 | 1101 | 101000110 | 1000110 | 111001 |
Color Harmonies of #DE459B
Complementary color
Monochromatic Colors of #DE459B
Black with #DE459B
Text Example
Text Example
White with #DE459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE459B; }
p { color: rgb(222,69,155); }
H1.HeaderClassName
{
color: #DE459B;
}
.AnyTagClassName
{
color: #DE459B;
}
</style>
background-color css
<style>
a { background-color: #DE459B; }
a { background-color: rgb(222,69,155); }
div.DivClassName
{
background-color: #DE459B;
}
.BgClassName
{
background-color: #DE459B;
}
</style>
border-color css
<style>
span { border-color: #DE459B; }
span { border-color: rgb(222,69,155); }
td.TdClassName
{
border-color: #DE459B;
}
.TagClassName
{
border-color: #DE459B;
}
</style>