Shades of Deep Cerise #D6387D
Tints of Deep Cerise #D6387D
RGB
CMYK
RGB Variations
Color information
#D6387D (or 0xD6387D) is known color: Deep Cerise. HEX triplet: D6, 38 and 7D. RGB value is (214,56,125). Sum of RGB (Red+Green+Blue) = 214+56+125=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D6387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6387D is #29C782. Grayscale: #6E6E6E. Windows color (decimal): -2738051 or 8206550. OLE color: 8206550.
HSL color Cylindrical-coordinate representation of color #D6387D: hue angle of 333.8º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D6387D is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 56 | 125 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.16 |
| HSL | 333.8º | 0.66% | 0.53% | - |
| HSV(B) | 333.8º | 0.74% | 0.84% | - |
| XYZ | 32.85 | 18.61 | 21.26 | - |
| YUV | 111.11 | 135.85 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 56 | 125 | 0 | 0.74 | 0.42 | 0.16 | 333.8 | 0.66 | 0.53 |
| Hex | D6 | 38 | 7D | 0 | 4A | 2A | 10 | 14E | 42 | 35 |
| Octal | 326 | 70 | 175 | 0 | 112 | 52 | 20 | 516 | 102 | 65 |
| Binary | 11010110 | 111000 | 1111101 | 0 | 1001010 | 101010 | 10000 | 101001110 | 1000010 | 110101 |
Color Harmonies of #D6387D
Complementary color
Monochromatic Colors of #D6387D
Black with #D6387D
Text Example
Text Example
White with #D6387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6387D; }
p { color: rgb(214,56,125); }
H1.HeaderClassName
{
color: #D6387D;
}
.AnyTagClassName
{
color: #D6387D;
}
</style>
background-color css
<style>
a { background-color: #D6387D; }
a { background-color: rgb(214,56,125); }
div.DivClassName
{
background-color: #D6387D;
}
.BgClassName
{
background-color: #D6387D;
}
</style>
border-color css
<style>
span { border-color: #D6387D; }
span { border-color: rgb(214,56,125); }
td.TdClassName
{
border-color: #D6387D;
}
.TagClassName
{
border-color: #D6387D;
}
</style>