Shades of Deep Cerise #DE1A7B
Tints of Deep Cerise #DE1A7B
RGB
CMYK
RGB Variations
Color information
#DE1A7B (or 0xDE1A7B) is known color: Deep Cerise. HEX triplet: DE, 1A and 7B. RGB value is (222,26,123). Sum of RGB (Red+Green+Blue) = 222+26+123=371 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.84% from 371); Green value is 26 (10.55% from 255 or 7.01% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1A7B is #21E584. Grayscale: #5F5F5F. Windows color (decimal): -2221445 or 8067806. OLE color: 8067806.
HSL color Cylindrical-coordinate representation of color #DE1A7B: hue angle of 330.31º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DE1A7B is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 26 | 123 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.13 |
| HSL | 330.31º | 0.79% | 0.49% | - |
| HSV(B) | 330.31º | 0.88% | 0.87% | - |
| XYZ | 34.07 | 17.7 | 20.36 | - |
| YUV | 95.66 | 143.43 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 26 | 123 | 0 | 0.88 | 0.45 | 0.13 | 330.31 | 0.79 | 0.49 |
| Hex | DE | 1A | 7B | 0 | 58 | 2D | D | 14A | 4F | 31 |
| Octal | 336 | 32 | 173 | 0 | 130 | 55 | 15 | 512 | 117 | 61 |
| Binary | 11011110 | 11010 | 1111011 | 0 | 1011000 | 101101 | 1101 | 101001010 | 1001111 | 110001 |
Color Harmonies of #DE1A7B
Complementary color
Monochromatic Colors of #DE1A7B
Black with #DE1A7B
Text Example
Text Example
White with #DE1A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1A7B; }
p { color: rgb(222,26,123); }
H1.HeaderClassName
{
color: #DE1A7B;
}
.AnyTagClassName
{
color: #DE1A7B;
}
</style>
background-color css
<style>
a { background-color: #DE1A7B; }
a { background-color: rgb(222,26,123); }
div.DivClassName
{
background-color: #DE1A7B;
}
.BgClassName
{
background-color: #DE1A7B;
}
</style>
border-color css
<style>
span { border-color: #DE1A7B; }
span { border-color: rgb(222,26,123); }
td.TdClassName
{
border-color: #DE1A7B;
}
.TagClassName
{
border-color: #DE1A7B;
}
</style>