Shades of Deep Cerise #DE257C
Tints of Deep Cerise #DE257C
RGB
CMYK
RGB Variations
Color information
#DE257C (or 0xDE257C) is known color: Deep Cerise. HEX triplet: DE, 25 and 7C. RGB value is (222,37,124). Sum of RGB (Red+Green+Blue) = 222+37+124=383 (50% of max value = 765). Red value is 222 (87.11% from 255 or 57.96% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 222 - color contains mainly: red. Hex color #DE257C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE257C is #21DA83. Grayscale: #666666. Windows color (decimal): -2218628 or 8136158. OLE color: 8136158.
HSL color Cylindrical-coordinate representation of color #DE257C: hue angle of 331.78º 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 #DE257C is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 37 | 124 | - |
| CMYK | 0 | 0.83 | 0.44 | 0.13 |
| HSL | 331.78º | 0.74% | 0.51% | - |
| HSV(B) | 331.78º | 0.83% | 0.87% | - |
| XYZ | 34.42 | 18.31 | 20.79 | - |
| YUV | 102.23 | 140.29 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 37 | 124 | 0 | 0.83 | 0.44 | 0.13 | 331.78 | 0.74 | 0.51 |
| Hex | DE | 25 | 7C | 0 | 53 | 2C | D | 14C | 4A | 33 |
| Octal | 336 | 45 | 174 | 0 | 123 | 54 | 15 | 514 | 112 | 63 |
| Binary | 11011110 | 100101 | 1111100 | 0 | 1010011 | 101100 | 1101 | 101001100 | 1001010 | 110011 |
Color Harmonies of #DE257C
Complementary color
Monochromatic Colors of #DE257C
Black with #DE257C
Text Example
Text Example
White with #DE257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE257C; }
p { color: rgb(222,37,124); }
H1.HeaderClassName
{
color: #DE257C;
}
.AnyTagClassName
{
color: #DE257C;
}
</style>
background-color css
<style>
a { background-color: #DE257C; }
a { background-color: rgb(222,37,124); }
div.DivClassName
{
background-color: #DE257C;
}
.BgClassName
{
background-color: #DE257C;
}
</style>
border-color css
<style>
span { border-color: #DE257C; }
span { border-color: rgb(222,37,124); }
td.TdClassName
{
border-color: #DE257C;
}
.TagClassName
{
border-color: #DE257C;
}
</style>