Shades of Deep Cerise #D13F81
Tints of Deep Cerise #D13F81
RGB
CMYK
RGB Variations
Color information
#D13F81 (or 0xD13F81) is known color: Deep Cerise. HEX triplet: D1, 3F and 81. RGB value is (209,63,129). Sum of RGB (Red+Green+Blue) = 209+63+129=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13F81 is #2EC07E. Grayscale: #727272. Windows color (decimal): -3063935 or 8470481. OLE color: 8470481.
HSL color Cylindrical-coordinate representation of color #D13F81: hue angle of 332.88º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13F81 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 63 | 129 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.18 |
| HSL | 332.88º | 0.61% | 0.53% | - |
| HSV(B) | 332.88º | 0.7% | 0.82% | - |
| XYZ | 32.03 | 18.7 | 22.69 | - |
| YUV | 114.18 | 136.37 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 129 | 0 | 0.70 | 0.38 | 0.18 | 332.88 | 0.61 | 0.53 |
| Hex | D1 | 3F | 81 | 0 | 46 | 26 | 12 | 14D | 3D | 35 |
| Octal | 321 | 77 | 201 | 0 | 106 | 46 | 22 | 515 | 75 | 65 |
| Binary | 11010001 | 111111 | 10000001 | 0 | 1000110 | 100110 | 10010 | 101001101 | 111101 | 110101 |
Color Harmonies of #D13F81
Complementary color
Monochromatic Colors of #D13F81
Black with #D13F81
Text Example
Text Example
White with #D13F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13F81; }
p { color: rgb(209,63,129); }
H1.HeaderClassName
{
color: #D13F81;
}
.AnyTagClassName
{
color: #D13F81;
}
</style>
background-color css
<style>
a { background-color: #D13F81; }
a { background-color: rgb(209,63,129); }
div.DivClassName
{
background-color: #D13F81;
}
.BgClassName
{
background-color: #D13F81;
}
</style>
border-color css
<style>
span { border-color: #D13F81; }
span { border-color: rgb(209,63,129); }
td.TdClassName
{
border-color: #D13F81;
}
.TagClassName
{
border-color: #D13F81;
}
</style>