Shades of Deep Cerise #D13A9F
Tints of Deep Cerise #D13A9F
RGB
CMYK
RGB Variations
Color information
#D13A9F (or 0xD13A9F) is known color: Deep Cerise. HEX triplet: D1, 3A and 9F. RGB value is (209,58,159). Sum of RGB (Red+Green+Blue) = 209+58+159=426 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.06% from 426); Green value is 58 (23.05% from 255 or 13.62% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13A9F is #2EC560. Grayscale: #727272. Windows color (decimal): -3065185 or 10435281. OLE color: 10435281.
HSL color Cylindrical-coordinate representation of color #D13A9F: hue angle of 319.87º 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 #D13A9F is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 58 | 159 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.18 |
| HSL | 319.87º | 0.62% | 0.52% | - |
| HSV(B) | 319.87º | 0.72% | 0.82% | - |
| XYZ | 34.07 | 19.08 | 34.69 | - |
| YUV | 114.66 | 153.03 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 58 | 159 | 0 | 0.72 | 0.24 | 0.18 | 319.87 | 0.62 | 0.52 |
| Hex | D1 | 3A | 9F | 0 | 48 | 18 | 12 | 140 | 3E | 34 |
| Octal | 321 | 72 | 237 | 0 | 110 | 30 | 22 | 500 | 76 | 64 |
| Binary | 11010001 | 111010 | 10011111 | 0 | 1001000 | 11000 | 10010 | 101000000 | 111110 | 110100 |
Color Harmonies of #D13A9F
Complementary color
Monochromatic Colors of #D13A9F
Black with #D13A9F
Text Example
Text Example
White with #D13A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13A9F; }
p { color: rgb(209,58,159); }
H1.HeaderClassName
{
color: #D13A9F;
}
.AnyTagClassName
{
color: #D13A9F;
}
</style>
background-color css
<style>
a { background-color: #D13A9F; }
a { background-color: rgb(209,58,159); }
div.DivClassName
{
background-color: #D13A9F;
}
.BgClassName
{
background-color: #D13A9F;
}
</style>
border-color css
<style>
span { border-color: #D13A9F; }
span { border-color: rgb(209,58,159); }
td.TdClassName
{
border-color: #D13A9F;
}
.TagClassName
{
border-color: #D13A9F;
}
</style>