Shades of Deep Cerise #D13177
Tints of Deep Cerise #D13177
RGB
CMYK
RGB Variations
Color information
#D13177 (or 0xD13177) is known color: Deep Cerise. HEX triplet: D1, 31 and 77. RGB value is (209,49,119). Sum of RGB (Red+Green+Blue) = 209+49+119=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 49 (19.53% from 255 or 13.00% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D13177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13177 is #2ECE88. Grayscale: #686868. Windows color (decimal): -3067529 or 7811537. OLE color: 7811537.
HSL color Cylindrical-coordinate representation of color #D13177: hue angle of 333.75º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D13177 is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 119 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.18 |
| HSL | 333.75º | 0.63% | 0.51% | - |
| HSV(B) | 333.75º | 0.77% | 0.82% | - |
| XYZ | 30.72 | 17.08 | 19.13 | - |
| YUV | 104.82 | 136.01 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 119 | 0 | 0.77 | 0.43 | 0.18 | 333.75 | 0.63 | 0.51 |
| Hex | D1 | 31 | 77 | 0 | 4D | 2B | 12 | 14E | 3F | 33 |
| Octal | 321 | 61 | 167 | 0 | 115 | 53 | 22 | 516 | 77 | 63 |
| Binary | 11010001 | 110001 | 1110111 | 0 | 1001101 | 101011 | 10010 | 101001110 | 111111 | 110011 |
Color Harmonies of #D13177
Complementary color
Monochromatic Colors of #D13177
Black with #D13177
Text Example
Text Example
White with #D13177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13177; }
p { color: rgb(209,49,119); }
H1.HeaderClassName
{
color: #D13177;
}
.AnyTagClassName
{
color: #D13177;
}
</style>
background-color css
<style>
a { background-color: #D13177; }
a { background-color: rgb(209,49,119); }
div.DivClassName
{
background-color: #D13177;
}
.BgClassName
{
background-color: #D13177;
}
</style>
border-color css
<style>
span { border-color: #D13177; }
span { border-color: rgb(209,49,119); }
td.TdClassName
{
border-color: #D13177;
}
.TagClassName
{
border-color: #D13177;
}
</style>