Shades of Cerise #D13A6D
Tints of Cerise #D13A6D
RGB
CMYK
RGB Variations
Color information
#D13A6D (or 0xD13A6D) is known color: Cerise. HEX triplet: D1, 3A and 6D. RGB value is (209,58,109). Sum of RGB (Red+Green+Blue) = 209+58+109=376 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.59% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13A6D is #2EC592. Grayscale: #6C6C6C. Windows color (decimal): -3065235 or 7158481. OLE color: 7158481.
HSL color Cylindrical-coordinate representation of color #D13A6D: hue angle of 339.74º 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 #D13A6D is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 58 | 109 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.18 |
| HSL | 339.74º | 0.62% | 0.52% | - |
| HSV(B) | 339.74º | 0.72% | 0.82% | - |
| XYZ | 30.57 | 17.69 | 16.27 | - |
| YUV | 108.96 | 128.03 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 58 | 109 | 0 | 0.72 | 0.48 | 0.18 | 339.74 | 0.62 | 0.52 |
| Hex | D1 | 3A | 6D | 0 | 48 | 30 | 12 | 154 | 3E | 34 |
| Octal | 321 | 72 | 155 | 0 | 110 | 60 | 22 | 524 | 76 | 64 |
| Binary | 11010001 | 111010 | 1101101 | 0 | 1001000 | 110000 | 10010 | 101010100 | 111110 | 110100 |
Color Harmonies of #D13A6D
Complementary color
Monochromatic Colors of #D13A6D
Black with #D13A6D
Text Example
Text Example
White with #D13A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13A6D; }
p { color: rgb(209,58,109); }
H1.HeaderClassName
{
color: #D13A6D;
}
.AnyTagClassName
{
color: #D13A6D;
}
</style>
background-color css
<style>
a { background-color: #D13A6D; }
a { background-color: rgb(209,58,109); }
div.DivClassName
{
background-color: #D13A6D;
}
.BgClassName
{
background-color: #D13A6D;
}
</style>
border-color css
<style>
span { border-color: #D13A6D; }
span { border-color: rgb(209,58,109); }
td.TdClassName
{
border-color: #D13A6D;
}
.TagClassName
{
border-color: #D13A6D;
}
</style>