Shades of Deep Cerise #DE257B
Tints of Deep Cerise #DE257B
RGB
CMYK
RGB Variations
Color information
#DE257B (or 0xDE257B) is known color: Deep Cerise. HEX triplet: DE, 25 and 7B. RGB value is (222,37,123). Sum of RGB (Red+Green+Blue) = 222+37+123=382 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.12% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 222 - color contains mainly: red. Hex color #DE257B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE257B is #21DA84. Grayscale: #656565. Windows color (decimal): -2218629 or 8070622. OLE color: 8070622.
HSL color Cylindrical-coordinate representation of color #DE257B: hue angle of 332.11º 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 #DE257B is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 37 | 123 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.13 |
| HSL | 332.11º | 0.74% | 0.51% | - |
| HSV(B) | 332.11º | 0.83% | 0.87% | - |
| XYZ | 34.36 | 18.28 | 20.46 | - |
| YUV | 102.12 | 139.79 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 37 | 123 | 0 | 0.83 | 0.45 | 0.13 | 332.11 | 0.74 | 0.51 |
| Hex | DE | 25 | 7B | 0 | 53 | 2D | D | 14C | 4A | 33 |
| Octal | 336 | 45 | 173 | 0 | 123 | 55 | 15 | 514 | 112 | 63 |
| Binary | 11011110 | 100101 | 1111011 | 0 | 1010011 | 101101 | 1101 | 101001100 | 1001010 | 110011 |
Color Harmonies of #DE257B
Complementary color
Monochromatic Colors of #DE257B
Black with #DE257B
Text Example
Text Example
White with #DE257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE257B; }
p { color: rgb(222,37,123); }
H1.HeaderClassName
{
color: #DE257B;
}
.AnyTagClassName
{
color: #DE257B;
}
</style>
background-color css
<style>
a { background-color: #DE257B; }
a { background-color: rgb(222,37,123); }
div.DivClassName
{
background-color: #DE257B;
}
.BgClassName
{
background-color: #DE257B;
}
</style>
border-color css
<style>
span { border-color: #DE257B; }
span { border-color: rgb(222,37,123); }
td.TdClassName
{
border-color: #DE257B;
}
.TagClassName
{
border-color: #DE257B;
}
</style>