Shades of Deep Cerise #D6377B
Tints of Deep Cerise #D6377B
RGB
CMYK
RGB Variations
Color information
#D6377B (or 0xD6377B) is known color: Deep Cerise. HEX triplet: D6, 37 and 7B. RGB value is (214,55,123). Sum of RGB (Red+Green+Blue) = 214+55+123=392 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.59% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 214 - color contains mainly: red. Hex color #D6377B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6377B is #29C884. Grayscale: #6E6E6E. Windows color (decimal): -2738309 or 8075222. OLE color: 8075222.
HSL color Cylindrical-coordinate representation of color #D6377B: hue angle of 334.34º 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 #D6377B is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 55 | 123 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.16 |
| HSL | 334.34º | 0.66% | 0.53% | - |
| HSV(B) | 334.34º | 0.74% | 0.84% | - |
| XYZ | 32.67 | 18.46 | 20.58 | - |
| YUV | 110.29 | 135.18 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 55 | 123 | 0 | 0.74 | 0.43 | 0.16 | 334.34 | 0.66 | 0.53 |
| Hex | D6 | 37 | 7B | 0 | 4A | 2B | 10 | 14E | 42 | 35 |
| Octal | 326 | 67 | 173 | 0 | 112 | 53 | 20 | 516 | 102 | 65 |
| Binary | 11010110 | 110111 | 1111011 | 0 | 1001010 | 101011 | 10000 | 101001110 | 1000010 | 110101 |
Color Harmonies of #D6377B
Complementary color
Monochromatic Colors of #D6377B
Black with #D6377B
Text Example
Text Example
White with #D6377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6377B; }
p { color: rgb(214,55,123); }
H1.HeaderClassName
{
color: #D6377B;
}
.AnyTagClassName
{
color: #D6377B;
}
</style>
background-color css
<style>
a { background-color: #D6377B; }
a { background-color: rgb(214,55,123); }
div.DivClassName
{
background-color: #D6377B;
}
.BgClassName
{
background-color: #D6377B;
}
</style>
border-color css
<style>
span { border-color: #D6377B; }
span { border-color: rgb(214,55,123); }
td.TdClassName
{
border-color: #D6377B;
}
.TagClassName
{
border-color: #D6377B;
}
</style>