Shades of Deep Cerise #D1377D
Tints of Deep Cerise #D1377D
RGB
CMYK
RGB Variations
Color information
#D1377D (or 0xD1377D) is known color: Deep Cerise. HEX triplet: D1, 37 and 7D. RGB value is (209,55,125). Sum of RGB (Red+Green+Blue) = 209+55+125=389 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.73% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 209 - color contains mainly: red. Hex color #D1377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1377D is #2EC882. Grayscale: #6C6C6C. Windows color (decimal): -3065987 or 8206289. OLE color: 8206289.
HSL color Cylindrical-coordinate representation of color #D1377D: hue angle of 332.73º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1377D is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 55 | 125 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.18 |
| HSL | 332.73º | 0.63% | 0.52% | - |
| HSV(B) | 332.73º | 0.74% | 0.82% | - |
| XYZ | 31.36 | 17.77 | 21.18 | - |
| YUV | 109.03 | 137.02 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 55 | 125 | 0 | 0.74 | 0.40 | 0.18 | 332.73 | 0.63 | 0.52 |
| Hex | D1 | 37 | 7D | 0 | 4A | 28 | 12 | 14D | 3F | 34 |
| Octal | 321 | 67 | 175 | 0 | 112 | 50 | 22 | 515 | 77 | 64 |
| Binary | 11010001 | 110111 | 1111101 | 0 | 1001010 | 101000 | 10010 | 101001101 | 111111 | 110100 |
Color Harmonies of #D1377D
Complementary color
Monochromatic Colors of #D1377D
Black with #D1377D
Text Example
Text Example
White with #D1377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1377D; }
p { color: rgb(209,55,125); }
H1.HeaderClassName
{
color: #D1377D;
}
.AnyTagClassName
{
color: #D1377D;
}
</style>
background-color css
<style>
a { background-color: #D1377D; }
a { background-color: rgb(209,55,125); }
div.DivClassName
{
background-color: #D1377D;
}
.BgClassName
{
background-color: #D1377D;
}
</style>
border-color css
<style>
span { border-color: #D1377D; }
span { border-color: rgb(209,55,125); }
td.TdClassName
{
border-color: #D1377D;
}
.TagClassName
{
border-color: #D1377D;
}
</style>