Shades of Deep Cerise #D6397C
Tints of Deep Cerise #D6397C
RGB
CMYK
RGB Variations
Color information
#D6397C (or 0xD6397C) is known color: Deep Cerise. HEX triplet: D6, 39 and 7C. RGB value is (214,57,124). Sum of RGB (Red+Green+Blue) = 214+57+124=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D6397C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6397C is #29C683. Grayscale: #6F6F6F. Windows color (decimal): -2737796 or 8141270. OLE color: 8141270.
HSL color Cylindrical-coordinate representation of color #D6397C: hue angle of 334.39º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6397C is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 57 | 124 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.16 |
| HSL | 334.39º | 0.66% | 0.53% | - |
| HSV(B) | 334.39º | 0.73% | 0.84% | - |
| XYZ | 32.83 | 18.68 | 20.94 | - |
| YUV | 111.58 | 135.01 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 57 | 124 | 0 | 0.73 | 0.42 | 0.16 | 334.39 | 0.66 | 0.53 |
| Hex | D6 | 39 | 7C | 0 | 49 | 2A | 10 | 14E | 42 | 35 |
| Octal | 326 | 71 | 174 | 0 | 111 | 52 | 20 | 516 | 102 | 65 |
| Binary | 11010110 | 111001 | 1111100 | 0 | 1001001 | 101010 | 10000 | 101001110 | 1000010 | 110101 |
Color Harmonies of #D6397C
Complementary color
Monochromatic Colors of #D6397C
Black with #D6397C
Text Example
Text Example
White with #D6397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6397C; }
p { color: rgb(214,57,124); }
H1.HeaderClassName
{
color: #D6397C;
}
.AnyTagClassName
{
color: #D6397C;
}
</style>
background-color css
<style>
a { background-color: #D6397C; }
a { background-color: rgb(214,57,124); }
div.DivClassName
{
background-color: #D6397C;
}
.BgClassName
{
background-color: #D6397C;
}
</style>
border-color css
<style>
span { border-color: #D6397C; }
span { border-color: rgb(214,57,124); }
td.TdClassName
{
border-color: #D6397C;
}
.TagClassName
{
border-color: #D6397C;
}
</style>