Shades of Cerise #D13A5D
Tints of Cerise #D13A5D
RGB
CMYK
RGB Variations
Color information
#D13A5D (or 0xD13A5D) is known color: Cerise. HEX triplet: D1, 3A and 5D. RGB value is (209,58,93). Sum of RGB (Red+Green+Blue) = 209+58+93=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13A5D is #2EC5A2. Grayscale: #6B6B6B. Windows color (decimal): -3065251 or 6109905. OLE color: 6109905.
HSL color Cylindrical-coordinate representation of color #D13A5D: hue angle of 346.09º 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 #D13A5D is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 58 | 93 | - |
| CMYK | 0 | 0.72 | 0.56 | 0.18 |
| HSL | 346.09º | 0.62% | 0.52% | - |
| HSV(B) | 346.09º | 0.72% | 0.82% | - |
| XYZ | 29.78 | 17.37 | 12.14 | - |
| YUV | 107.14 | 120.03 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 58 | 93 | 0 | 0.72 | 0.56 | 0.18 | 346.09 | 0.62 | 0.52 |
| Hex | D1 | 3A | 5D | 0 | 48 | 38 | 12 | 15A | 3E | 34 |
| Octal | 321 | 72 | 135 | 0 | 110 | 70 | 22 | 532 | 76 | 64 |
| Binary | 11010001 | 111010 | 1011101 | 0 | 1001000 | 111000 | 10010 | 101011010 | 111110 | 110100 |
Color Harmonies of #D13A5D
Complementary color
Monochromatic Colors of #D13A5D
Black with #D13A5D
Text Example
Text Example
White with #D13A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13A5D; }
p { color: rgb(209,58,93); }
H1.HeaderClassName
{
color: #D13A5D;
}
.AnyTagClassName
{
color: #D13A5D;
}
</style>
background-color css
<style>
a { background-color: #D13A5D; }
a { background-color: rgb(209,58,93); }
div.DivClassName
{
background-color: #D13A5D;
}
.BgClassName
{
background-color: #D13A5D;
}
</style>
border-color css
<style>
span { border-color: #D13A5D; }
span { border-color: rgb(209,58,93); }
td.TdClassName
{
border-color: #D13A5D;
}
.TagClassName
{
border-color: #D13A5D;
}
</style>