Shades of Deep Cerise #D6367C
Tints of Deep Cerise #D6367C
RGB
CMYK
RGB Variations
Color information
#D6367C (or 0xD6367C) is known color: Deep Cerise. HEX triplet: D6, 36 and 7C. RGB value is (214,54,124). Sum of RGB (Red+Green+Blue) = 214+54+124=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6367C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6367C is #29C983. Grayscale: #6D6D6D. Windows color (decimal): -2738564 or 8140502. OLE color: 8140502.
HSL color Cylindrical-coordinate representation of color #D6367C: hue angle of 333.75º 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 #D6367C is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 54 | 124 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.16 |
| HSL | 333.75º | 0.66% | 0.53% | - |
| HSV(B) | 333.75º | 0.75% | 0.84% | - |
| XYZ | 32.69 | 18.39 | 20.9 | - |
| YUV | 109.82 | 136.01 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 54 | 124 | 0 | 0.75 | 0.42 | 0.16 | 333.75 | 0.66 | 0.53 |
| Hex | D6 | 36 | 7C | 0 | 4B | 2A | 10 | 14E | 42 | 35 |
| Octal | 326 | 66 | 174 | 0 | 113 | 52 | 20 | 516 | 102 | 65 |
| Binary | 11010110 | 110110 | 1111100 | 0 | 1001011 | 101010 | 10000 | 101001110 | 1000010 | 110101 |
Color Harmonies of #D6367C
Complementary color
Monochromatic Colors of #D6367C
Black with #D6367C
Text Example
Text Example
White with #D6367C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6367C; }
p { color: rgb(214,54,124); }
H1.HeaderClassName
{
color: #D6367C;
}
.AnyTagClassName
{
color: #D6367C;
}
</style>
background-color css
<style>
a { background-color: #D6367C; }
a { background-color: rgb(214,54,124); }
div.DivClassName
{
background-color: #D6367C;
}
.BgClassName
{
background-color: #D6367C;
}
</style>
border-color css
<style>
span { border-color: #D6367C; }
span { border-color: rgb(214,54,124); }
td.TdClassName
{
border-color: #D6367C;
}
.TagClassName
{
border-color: #D6367C;
}
</style>