Shades of Cerise #D13173
Tints of Cerise #D13173
RGB
CMYK
RGB Variations
Color information
#D13173 (or 0xD13173) is known color: Cerise. HEX triplet: D1, 31 and 73. RGB value is (209,49,115). Sum of RGB (Red+Green+Blue) = 209+49+115=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 49 (19.53% from 255 or 13.14% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D13173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13173 is #2ECE8C. Grayscale: #686868. Windows color (decimal): -3067533 or 7549393. OLE color: 7549393.
HSL color Cylindrical-coordinate representation of color #D13173: hue angle of 335.25º 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 #D13173 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 115 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.18 |
| HSL | 335.25º | 0.63% | 0.51% | - |
| HSV(B) | 335.25º | 0.77% | 0.82% | - |
| XYZ | 30.49 | 16.99 | 17.89 | - |
| YUV | 104.36 | 134.01 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 115 | 0 | 0.77 | 0.45 | 0.18 | 335.25 | 0.63 | 0.51 |
| Hex | D1 | 31 | 73 | 0 | 4D | 2D | 12 | 14F | 3F | 33 |
| Octal | 321 | 61 | 163 | 0 | 115 | 55 | 22 | 517 | 77 | 63 |
| Binary | 11010001 | 110001 | 1110011 | 0 | 1001101 | 101101 | 10010 | 101001111 | 111111 | 110011 |
Color Harmonies of #D13173
Complementary color
Monochromatic Colors of #D13173
Black with #D13173
Text Example
Text Example
White with #D13173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13173; }
p { color: rgb(209,49,115); }
H1.HeaderClassName
{
color: #D13173;
}
.AnyTagClassName
{
color: #D13173;
}
</style>
background-color css
<style>
a { background-color: #D13173; }
a { background-color: rgb(209,49,115); }
div.DivClassName
{
background-color: #D13173;
}
.BgClassName
{
background-color: #D13173;
}
</style>
border-color css
<style>
span { border-color: #D13173; }
span { border-color: rgb(209,49,115); }
td.TdClassName
{
border-color: #D13173;
}
.TagClassName
{
border-color: #D13173;
}
</style>