Shades of Cerise #D13073
Tints of Cerise #D13073
RGB
CMYK
RGB Variations
Color information
#D13073 (or 0xD13073) is known color: Cerise. HEX triplet: D1, 30 and 73. RGB value is (209,48,115). Sum of RGB (Red+Green+Blue) = 209+48+115=372 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.18% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 209 - color contains mainly: red. Hex color #D13073 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13073 is #2ECF8C. Grayscale: #676767. Windows color (decimal): -3067789 or 7549137. OLE color: 7549137.
HSL color Cylindrical-coordinate representation of color #D13073: hue angle of 335.03º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D13073 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 48 | 115 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.18 |
| HSL | 335.03º | 0.64% | 0.5% | - |
| HSV(B) | 335.03º | 0.77% | 0.82% | - |
| XYZ | 30.45 | 16.91 | 17.88 | - |
| YUV | 103.78 | 134.34 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 115 | 0 | 0.77 | 0.45 | 0.18 | 335.03 | 0.64 | 0.5 |
| Hex | D1 | 30 | 73 | 0 | 4D | 2D | 12 | 14F | 40 | 32 |
| Octal | 321 | 60 | 163 | 0 | 115 | 55 | 22 | 517 | 100 | 62 |
| Binary | 11010001 | 110000 | 1110011 | 0 | 1001101 | 101101 | 10010 | 101001111 | 1000000 | 110010 |
Color Harmonies of #D13073
Complementary color
Monochromatic Colors of #D13073
Black with #D13073
Text Example
Text Example
White with #D13073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13073; }
p { color: rgb(209,48,115); }
H1.HeaderClassName
{
color: #D13073;
}
.AnyTagClassName
{
color: #D13073;
}
</style>
background-color css
<style>
a { background-color: #D13073; }
a { background-color: rgb(209,48,115); }
div.DivClassName
{
background-color: #D13073;
}
.BgClassName
{
background-color: #D13073;
}
</style>
border-color css
<style>
span { border-color: #D13073; }
span { border-color: rgb(209,48,115); }
td.TdClassName
{
border-color: #D13073;
}
.TagClassName
{
border-color: #D13073;
}
</style>