Shades of Deep Cerise #D13F80
Tints of Deep Cerise #D13F80
RGB
CMYK
RGB Variations
Color information
#D13F80 (or 0xD13F80) is known color: Deep Cerise. HEX triplet: D1, 3F and 80. RGB value is (209,63,128). Sum of RGB (Red+Green+Blue) = 209+63+128=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13F80 is #2EC07F. Grayscale: #717171. Windows color (decimal): -3063936 or 8404945. OLE color: 8404945.
HSL color Cylindrical-coordinate representation of color #D13F80: hue angle of 333.29º 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 #D13F80 is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 63 | 128 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.18 |
| HSL | 333.29º | 0.61% | 0.53% | - |
| HSV(B) | 333.29º | 0.7% | 0.82% | - |
| XYZ | 31.97 | 18.67 | 22.34 | - |
| YUV | 114.06 | 135.87 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 128 | 0 | 0.70 | 0.39 | 0.18 | 333.29 | 0.61 | 0.53 |
| Hex | D1 | 3F | 80 | 0 | 46 | 27 | 12 | 14D | 3D | 35 |
| Octal | 321 | 77 | 200 | 0 | 106 | 47 | 22 | 515 | 75 | 65 |
| Binary | 11010001 | 111111 | 10000000 | 0 | 1000110 | 100111 | 10010 | 101001101 | 111101 | 110101 |
Color Harmonies of #D13F80
Complementary color
Monochromatic Colors of #D13F80
Black with #D13F80
Text Example
Text Example
White with #D13F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13F80; }
p { color: rgb(209,63,128); }
H1.HeaderClassName
{
color: #D13F80;
}
.AnyTagClassName
{
color: #D13F80;
}
</style>
background-color css
<style>
a { background-color: #D13F80; }
a { background-color: rgb(209,63,128); }
div.DivClassName
{
background-color: #D13F80;
}
.BgClassName
{
background-color: #D13F80;
}
</style>
border-color css
<style>
span { border-color: #D13F80; }
span { border-color: rgb(209,63,128); }
td.TdClassName
{
border-color: #D13F80;
}
.TagClassName
{
border-color: #D13F80;
}
</style>