Shades of Cerise #D13D71
Tints of Cerise #D13D71
RGB
CMYK
RGB Variations
Color information
#D13D71 (or 0xD13D71) is known color: Cerise. HEX triplet: D1, 3D and 71. RGB value is (209,61,113). Sum of RGB (Red+Green+Blue) = 209+61+113=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 61 (24.22% from 255 or 15.93% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13D71 is #2EC28E. Grayscale: #6F6F6F. Windows color (decimal): -3064463 or 7421393. OLE color: 7421393.
HSL color Cylindrical-coordinate representation of color #D13D71: hue angle of 338.92º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13D71 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 61 | 113 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.18 |
| HSL | 338.92º | 0.62% | 0.53% | - |
| HSV(B) | 338.92º | 0.71% | 0.82% | - |
| XYZ | 30.94 | 18.09 | 17.48 | - |
| YUV | 111.18 | 129.03 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 113 | 0 | 0.71 | 0.46 | 0.18 | 338.92 | 0.62 | 0.53 |
| Hex | D1 | 3D | 71 | 0 | 47 | 2E | 12 | 153 | 3E | 35 |
| Octal | 321 | 75 | 161 | 0 | 107 | 56 | 22 | 523 | 76 | 65 |
| Binary | 11010001 | 111101 | 1110001 | 0 | 1000111 | 101110 | 10010 | 101010011 | 111110 | 110101 |
Color Harmonies of #D13D71
Complementary color
Monochromatic Colors of #D13D71
Black with #D13D71
Text Example
Text Example
White with #D13D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13D71; }
p { color: rgb(209,61,113); }
H1.HeaderClassName
{
color: #D13D71;
}
.AnyTagClassName
{
color: #D13D71;
}
</style>
background-color css
<style>
a { background-color: #D13D71; }
a { background-color: rgb(209,61,113); }
div.DivClassName
{
background-color: #D13D71;
}
.BgClassName
{
background-color: #D13D71;
}
</style>
border-color css
<style>
span { border-color: #D13D71; }
span { border-color: rgb(209,61,113); }
td.TdClassName
{
border-color: #D13D71;
}
.TagClassName
{
border-color: #D13D71;
}
</style>