Shades of Deep Cerise #D7377B
Tints of Deep Cerise #D7377B
RGB
CMYK
RGB Variations
Color information
#D7377B (or 0xD7377B) is known color: Deep Cerise. HEX triplet: D7, 37 and 7B. RGB value is (215,55,123). Sum of RGB (Red+Green+Blue) = 215+55+123=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D7377B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D7377B is #28C884. Grayscale: #6E6E6E. Windows color (decimal): -2672773 or 8075223. OLE color: 8075223.
HSL color Cylindrical-coordinate representation of color #D7377B: hue angle of 334.5º degrees, saturation: 0.67, 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 #D7377B is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 55 | 123 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.16 |
| HSL | 334.5º | 0.67% | 0.53% | - |
| HSV(B) | 334.5º | 0.74% | 0.84% | - |
| XYZ | 32.97 | 18.61 | 20.59 | - |
| YUV | 110.59 | 135.01 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 55 | 123 | 0 | 0.74 | 0.43 | 0.16 | 334.5 | 0.67 | 0.53 |
| Hex | D7 | 37 | 7B | 0 | 4A | 2B | 10 | 14E | 43 | 35 |
| Octal | 327 | 67 | 173 | 0 | 112 | 53 | 20 | 516 | 103 | 65 |
| Binary | 11010111 | 110111 | 1111011 | 0 | 1001010 | 101011 | 10000 | 101001110 | 1000011 | 110101 |
Color Harmonies of #D7377B
Complementary color
Monochromatic Colors of #D7377B
Black with #D7377B
Text Example
Text Example
White with #D7377B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7377B; }
p { color: rgb(215,55,123); }
H1.HeaderClassName
{
color: #D7377B;
}
.AnyTagClassName
{
color: #D7377B;
}
</style>
background-color css
<style>
a { background-color: #D7377B; }
a { background-color: rgb(215,55,123); }
div.DivClassName
{
background-color: #D7377B;
}
.BgClassName
{
background-color: #D7377B;
}
</style>
border-color css
<style>
span { border-color: #D7377B; }
span { border-color: rgb(215,55,123); }
td.TdClassName
{
border-color: #D7377B;
}
.TagClassName
{
border-color: #D7377B;
}
</style>