Shades of Deep Cerise #DE258C
Tints of Deep Cerise #DE258C
RGB
CMYK
RGB Variations
Color information
#DE258C (or 0xDE258C) is known color: Deep Cerise. HEX triplet: DE, 25 and 8C. RGB value is (222,37,140). Sum of RGB (Red+Green+Blue) = 222+37+140=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 37 (14.84% from 255 or 9.27% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DE258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE258C is #21DA73. Grayscale: #676767. Windows color (decimal): -2218612 or 9184734. OLE color: 9184734.
HSL color Cylindrical-coordinate representation of color #DE258C: hue angle of 326.59º 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 #DE258C is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 37 | 140 | - |
| CMYK | 0 | 0.83 | 0.37 | 0.13 |
| HSL | 326.59º | 0.74% | 0.51% | - |
| HSV(B) | 326.59º | 0.83% | 0.87% | - |
| XYZ | 35.52 | 18.75 | 26.56 | - |
| YUV | 104.06 | 148.29 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 37 | 140 | 0 | 0.83 | 0.37 | 0.13 | 326.59 | 0.74 | 0.51 |
| Hex | DE | 25 | 8C | 0 | 53 | 25 | D | 147 | 4A | 33 |
| Octal | 336 | 45 | 214 | 0 | 123 | 45 | 15 | 507 | 112 | 63 |
| Binary | 11011110 | 100101 | 10001100 | 0 | 1010011 | 100101 | 1101 | 101000111 | 1001010 | 110011 |
Color Harmonies of #DE258C
Complementary color
Monochromatic Colors of #DE258C
Black with #DE258C
Text Example
Text Example
White with #DE258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE258C; }
p { color: rgb(222,37,140); }
H1.HeaderClassName
{
color: #DE258C;
}
.AnyTagClassName
{
color: #DE258C;
}
</style>
background-color css
<style>
a { background-color: #DE258C; }
a { background-color: rgb(222,37,140); }
div.DivClassName
{
background-color: #DE258C;
}
.BgClassName
{
background-color: #DE258C;
}
</style>
border-color css
<style>
span { border-color: #DE258C; }
span { border-color: rgb(222,37,140); }
td.TdClassName
{
border-color: #DE258C;
}
.TagClassName
{
border-color: #DE258C;
}
</style>