Shades of Cerise #D13072
Tints of Cerise #D13072
RGB
CMYK
RGB Variations
Color information
#D13072 (or 0xD13072) is known color: Cerise. HEX triplet: D1, 30 and 72. RGB value is (209,48,114). Sum of RGB (Red+Green+Blue) = 209+48+114=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D13072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13072 is #2ECF8D. Grayscale: #676767. Windows color (decimal): -3067790 or 7483601. OLE color: 7483601.
HSL color Cylindrical-coordinate representation of color #D13072: hue angle of 335.4º 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 #D13072 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 48 | 114 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.18 |
| HSL | 335.4º | 0.64% | 0.5% | - |
| HSV(B) | 335.4º | 0.77% | 0.82% | - |
| XYZ | 30.39 | 16.88 | 17.58 | - |
| YUV | 103.66 | 133.84 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 48 | 114 | 0 | 0.77 | 0.45 | 0.18 | 335.4 | 0.64 | 0.5 |
| Hex | D1 | 30 | 72 | 0 | 4D | 2D | 12 | 14F | 40 | 32 |
| Octal | 321 | 60 | 162 | 0 | 115 | 55 | 22 | 517 | 100 | 62 |
| Binary | 11010001 | 110000 | 1110010 | 0 | 1001101 | 101101 | 10010 | 101001111 | 1000000 | 110010 |
Color Harmonies of #D13072
Complementary color
Monochromatic Colors of #D13072
Black with #D13072
Text Example
Text Example
White with #D13072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13072; }
p { color: rgb(209,48,114); }
H1.HeaderClassName
{
color: #D13072;
}
.AnyTagClassName
{
color: #D13072;
}
</style>
background-color css
<style>
a { background-color: #D13072; }
a { background-color: rgb(209,48,114); }
div.DivClassName
{
background-color: #D13072;
}
.BgClassName
{
background-color: #D13072;
}
</style>
border-color css
<style>
span { border-color: #D13072; }
span { border-color: rgb(209,48,114); }
td.TdClassName
{
border-color: #D13072;
}
.TagClassName
{
border-color: #D13072;
}
</style>