Shades of Deep Cerise #D6237C
Tints of Deep Cerise #D6237C
RGB
CMYK
RGB Variations
Color information
#D6237C (or 0xD6237C) is known color: Deep Cerise. HEX triplet: D6, 23 and 7C. RGB value is (214,35,124). Sum of RGB (Red+Green+Blue) = 214+35+124=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 35 (14.06% from 255 or 9.38% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D6237C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6237C is #29DC83. Grayscale: #626262. Windows color (decimal): -2743428 or 8135638. OLE color: 8135638.
HSL color Cylindrical-coordinate representation of color #D6237C: hue angle of 330.17º 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 #D6237C is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 35 | 124 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.16 |
| HSL | 330.17º | 0.72% | 0.49% | - |
| HSV(B) | 330.17º | 0.84% | 0.84% | - |
| XYZ | 31.97 | 16.95 | 20.66 | - |
| YUV | 98.67 | 142.3 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 35 | 124 | 0 | 0.84 | 0.42 | 0.16 | 330.17 | 0.72 | 0.49 |
| Hex | D6 | 23 | 7C | 0 | 54 | 2A | 10 | 14A | 48 | 31 |
| Octal | 326 | 43 | 174 | 0 | 124 | 52 | 20 | 512 | 110 | 61 |
| Binary | 11010110 | 100011 | 1111100 | 0 | 1010100 | 101010 | 10000 | 101001010 | 1001000 | 110001 |
Color Harmonies of #D6237C
Complementary color
Monochromatic Colors of #D6237C
Black with #D6237C
Text Example
Text Example
White with #D6237C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6237C; }
p { color: rgb(214,35,124); }
H1.HeaderClassName
{
color: #D6237C;
}
.AnyTagClassName
{
color: #D6237C;
}
</style>
background-color css
<style>
a { background-color: #D6237C; }
a { background-color: rgb(214,35,124); }
div.DivClassName
{
background-color: #D6237C;
}
.BgClassName
{
background-color: #D6237C;
}
</style>
border-color css
<style>
span { border-color: #D6237C; }
span { border-color: rgb(214,35,124); }
td.TdClassName
{
border-color: #D6237C;
}
.TagClassName
{
border-color: #D6237C;
}
</style>