Shades of Deep Cerise #D6239F
Tints of Deep Cerise #D6239F
RGB
CMYK
RGB Variations
Color information
#D6239F (or 0xD6239F) is known color: Deep Cerise. HEX triplet: D6, 23 and 9F. RGB value is (214,35,159). Sum of RGB (Red+Green+Blue) = 214+35+159=408 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.45% from 408); Green value is 35 (14.06% from 255 or 8.58% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 214 - color contains mainly: red. Hex color #D6239F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6239F is #29DC60. Grayscale: #666666. Windows color (decimal): -2743393 or 10429398. OLE color: 10429398.
HSL color Cylindrical-coordinate representation of color #D6239F: hue angle of 318.44º 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 #D6239F is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 35 | 159 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.16 |
| HSL | 318.44º | 0.72% | 0.49% | - |
| HSV(B) | 318.44º | 0.84% | 0.84% | - |
| XYZ | 34.59 | 18 | 34.45 | - |
| YUV | 102.66 | 159.8 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 159 | 0 | 0.84 | 0.26 | 0.16 | 318.44 | 0.72 | 0.49 |
| Hex | D6 | 23 | 9F | 0 | 54 | 1A | 10 | 13E | 48 | 31 |
| Octal | 326 | 43 | 237 | 0 | 124 | 32 | 20 | 476 | 110 | 61 |
| Binary | 11010110 | 100011 | 10011111 | 0 | 1010100 | 11010 | 10000 | 100111110 | 1001000 | 110001 |
Color Harmonies of #D6239F
Complementary color
Monochromatic Colors of #D6239F
Black with #D6239F
Text Example
Text Example
White with #D6239F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6239F; }
p { color: rgb(214,35,159); }
H1.HeaderClassName
{
color: #D6239F;
}
.AnyTagClassName
{
color: #D6239F;
}
</style>
background-color css
<style>
a { background-color: #D6239F; }
a { background-color: rgb(214,35,159); }
div.DivClassName
{
background-color: #D6239F;
}
.BgClassName
{
background-color: #D6239F;
}
</style>
border-color css
<style>
span { border-color: #D6239F; }
span { border-color: rgb(214,35,159); }
td.TdClassName
{
border-color: #D6239F;
}
.TagClassName
{
border-color: #D6239F;
}
</style>