Shades of Cerise #D13F5F
Tints of Cerise #D13F5F
RGB
CMYK
RGB Variations
Color information
#D13F5F (or 0xD13F5F) is known color: Cerise. HEX triplet: D1, 3F and 5F. RGB value is (209,63,95). Sum of RGB (Red+Green+Blue) = 209+63+95=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D13F5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13F5F is #2EC0A0. Grayscale: #6E6E6E. Windows color (decimal): -3063969 or 6242257. OLE color: 6242257.
HSL color Cylindrical-coordinate representation of color #D13F5F: hue angle of 346.85º 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 #D13F5F is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 63 | 95 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.18 |
| HSL | 346.85º | 0.61% | 0.53% | - |
| HSV(B) | 346.85º | 0.7% | 0.82% | - |
| XYZ | 30.14 | 17.94 | 12.7 | - |
| YUV | 110.3 | 119.37 | 198.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 63 | 95 | 0 | 0.70 | 0.55 | 0.18 | 346.85 | 0.61 | 0.53 |
| Hex | D1 | 3F | 5F | 0 | 46 | 37 | 12 | 15B | 3D | 35 |
| Octal | 321 | 77 | 137 | 0 | 106 | 67 | 22 | 533 | 75 | 65 |
| Binary | 11010001 | 111111 | 1011111 | 0 | 1000110 | 110111 | 10010 | 101011011 | 111101 | 110101 |
Color Harmonies of #D13F5F
Complementary color
Monochromatic Colors of #D13F5F
Black with #D13F5F
Text Example
Text Example
White with #D13F5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13F5F; }
p { color: rgb(209,63,95); }
H1.HeaderClassName
{
color: #D13F5F;
}
.AnyTagClassName
{
color: #D13F5F;
}
</style>
background-color css
<style>
a { background-color: #D13F5F; }
a { background-color: rgb(209,63,95); }
div.DivClassName
{
background-color: #D13F5F;
}
.BgClassName
{
background-color: #D13F5F;
}
</style>
border-color css
<style>
span { border-color: #D13F5F; }
span { border-color: rgb(209,63,95); }
td.TdClassName
{
border-color: #D13F5F;
}
.TagClassName
{
border-color: #D13F5F;
}
</style>