Shades of Deep Cerise #D7239E
Tints of Deep Cerise #D7239E
RGB
CMYK
RGB Variations
Color information
#D7239E (or 0xD7239E) is known color: Deep Cerise. HEX triplet: D7, 23 and 9E. RGB value is (215,35,158). Sum of RGB (Red+Green+Blue) = 215+35+158=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 35 (14.06% from 255 or 8.58% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D7239E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D7239E is #28DC61. Grayscale: #666666. Windows color (decimal): -2677858 or 10363863. OLE color: 10363863.
HSL color Cylindrical-coordinate representation of color #D7239E: hue angle of 319º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D7239E is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 35 | 158 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.16 |
| HSL | 319º | 0.72% | 0.49% | - |
| HSV(B) | 319º | 0.84% | 0.84% | - |
| XYZ | 34.8 | 18.12 | 34.01 | - |
| YUV | 102.84 | 159.13 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 35 | 158 | 0 | 0.84 | 0.27 | 0.16 | 319 | 0.72 | 0.49 |
| Hex | D7 | 23 | 9E | 0 | 54 | 1B | 10 | 13F | 48 | 31 |
| Octal | 327 | 43 | 236 | 0 | 124 | 33 | 20 | 477 | 110 | 61 |
| Binary | 11010111 | 100011 | 10011110 | 0 | 1010100 | 11011 | 10000 | 100111111 | 1001000 | 110001 |
Color Harmonies of #D7239E
Complementary color
Monochromatic Colors of #D7239E
Black with #D7239E
Text Example
Text Example
White with #D7239E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7239E; }
p { color: rgb(215,35,158); }
H1.HeaderClassName
{
color: #D7239E;
}
.AnyTagClassName
{
color: #D7239E;
}
</style>
background-color css
<style>
a { background-color: #D7239E; }
a { background-color: rgb(215,35,158); }
div.DivClassName
{
background-color: #D7239E;
}
.BgClassName
{
background-color: #D7239E;
}
</style>
border-color css
<style>
span { border-color: #D7239E; }
span { border-color: rgb(215,35,158); }
td.TdClassName
{
border-color: #D7239E;
}
.TagClassName
{
border-color: #D7239E;
}
</style>