Shades of Deep Cerise #D6367D
Tints of Deep Cerise #D6367D
RGB
CMYK
RGB Variations
Color information
#D6367D (or 0xD6367D) is known color: Deep Cerise. HEX triplet: D6, 36 and 7D. RGB value is (214,54,125). Sum of RGB (Red+Green+Blue) = 214+54+125=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6367D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6367D is #29C982. Grayscale: #6D6D6D. Windows color (decimal): -2738563 or 8206038. OLE color: 8206038.
HSL color Cylindrical-coordinate representation of color #D6367D: hue angle of 333.38º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D6367D is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 125 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.16 |
| HSL | 333.38º | 0.66% | 0.53% | - |
| HSV(B) | 333.38º | 0.75% | 0.84% | - |
| XYZ | 32.75 | 18.42 | 21.23 | - |
| YUV | 109.93 | 136.51 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 125 | 0 | 0.75 | 0.42 | 0.16 | 333.38 | 0.66 | 0.53 |
| Hex | D6 | 36 | 7D | 0 | 4B | 2A | 10 | 14D | 42 | 35 |
| Octal | 326 | 66 | 175 | 0 | 113 | 52 | 20 | 515 | 102 | 65 |
| Binary | 11010110 | 110110 | 1111101 | 0 | 1001011 | 101010 | 10000 | 101001101 | 1000010 | 110101 |
Color Harmonies of #D6367D
Complementary color
Monochromatic Colors of #D6367D
Black with #D6367D
Text Example
Text Example
White with #D6367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6367D; }
p { color: rgb(214,54,125); }
H1.HeaderClassName
{
color: #D6367D;
}
.AnyTagClassName
{
color: #D6367D;
}
</style>
background-color css
<style>
a { background-color: #D6367D; }
a { background-color: rgb(214,54,125); }
div.DivClassName
{
background-color: #D6367D;
}
.BgClassName
{
background-color: #D6367D;
}
</style>
border-color css
<style>
span { border-color: #D6367D; }
span { border-color: rgb(214,54,125); }
td.TdClassName
{
border-color: #D6367D;
}
.TagClassName
{
border-color: #D6367D;
}
</style>