Shades of Cerise #D13A5E
Tints of Cerise #D13A5E
RGB
CMYK
RGB Variations
Color information
#D13A5E (or 0xD13A5E) is known color: Cerise. HEX triplet: D1, 3A and 5E. RGB value is (209,58,94). Sum of RGB (Red+Green+Blue) = 209+58+94=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 94 (37.11% from 255 or 26.04% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13A5E is #2EC5A1. Grayscale: #6B6B6B. Windows color (decimal): -3065250 or 6175441. OLE color: 6175441.
HSL color Cylindrical-coordinate representation of color #D13A5E: hue angle of 345.7º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13A5E is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 58 | 94 | - |
| CMYK | 0 | 0.72 | 0.55 | 0.18 |
| HSL | 345.7º | 0.62% | 0.52% | - |
| HSV(B) | 345.7º | 0.72% | 0.82% | - |
| XYZ | 29.83 | 17.39 | 12.37 | - |
| YUV | 107.25 | 120.53 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 58 | 94 | 0 | 0.72 | 0.55 | 0.18 | 345.7 | 0.62 | 0.52 |
| Hex | D1 | 3A | 5E | 0 | 48 | 37 | 12 | 15A | 3E | 34 |
| Octal | 321 | 72 | 136 | 0 | 110 | 67 | 22 | 532 | 76 | 64 |
| Binary | 11010001 | 111010 | 1011110 | 0 | 1001000 | 110111 | 10010 | 101011010 | 111110 | 110100 |
Color Harmonies of #D13A5E
Complementary color
Monochromatic Colors of #D13A5E
Black with #D13A5E
Text Example
Text Example
White with #D13A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13A5E; }
p { color: rgb(209,58,94); }
H1.HeaderClassName
{
color: #D13A5E;
}
.AnyTagClassName
{
color: #D13A5E;
}
</style>
background-color css
<style>
a { background-color: #D13A5E; }
a { background-color: rgb(209,58,94); }
div.DivClassName
{
background-color: #D13A5E;
}
.BgClassName
{
background-color: #D13A5E;
}
</style>
border-color css
<style>
span { border-color: #D13A5E; }
span { border-color: rgb(209,58,94); }
td.TdClassName
{
border-color: #D13A5E;
}
.TagClassName
{
border-color: #D13A5E;
}
</style>