Shades of Deep Cerise #D9377D
Tints of Deep Cerise #D9377D
RGB
CMYK
RGB Variations
Color information
#D9377D (or 0xD9377D) is known color: Deep Cerise. HEX triplet: D9, 37 and 7D. RGB value is (217,55,125). Sum of RGB (Red+Green+Blue) = 217+55+125=397 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.66% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 217 - color contains mainly: red. Hex color #D9377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9377D is #26C882. Grayscale: #6F6F6F. Windows color (decimal): -2541699 or 8206297. OLE color: 8206297.
HSL color Cylindrical-coordinate representation of color #D9377D: hue angle of 334.07º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D9377D is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 55 | 125 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.15 |
| HSL | 334.07º | 0.68% | 0.53% | - |
| HSV(B) | 334.07º | 0.75% | 0.85% | - |
| XYZ | 33.68 | 18.96 | 21.29 | - |
| YUV | 111.42 | 135.67 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 55 | 125 | 0 | 0.75 | 0.42 | 0.15 | 334.07 | 0.68 | 0.53 |
| Hex | D9 | 37 | 7D | 0 | 4B | 2A | F | 14E | 44 | 35 |
| Octal | 331 | 67 | 175 | 0 | 113 | 52 | 17 | 516 | 104 | 65 |
| Binary | 11011001 | 110111 | 1111101 | 0 | 1001011 | 101010 | 1111 | 101001110 | 1000100 | 110101 |
Color Harmonies of #D9377D
Complementary color
Monochromatic Colors of #D9377D
Black with #D9377D
Text Example
Text Example
White with #D9377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9377D; }
p { color: rgb(217,55,125); }
H1.HeaderClassName
{
color: #D9377D;
}
.AnyTagClassName
{
color: #D9377D;
}
</style>
background-color css
<style>
a { background-color: #D9377D; }
a { background-color: rgb(217,55,125); }
div.DivClassName
{
background-color: #D9377D;
}
.BgClassName
{
background-color: #D9377D;
}
</style>
border-color css
<style>
span { border-color: #D9377D; }
span { border-color: rgb(217,55,125); }
td.TdClassName
{
border-color: #D9377D;
}
.TagClassName
{
border-color: #D9377D;
}
</style>