Shades of Deep Cerise #D13D8C
Tints of Deep Cerise #D13D8C
RGB
CMYK
RGB Variations
Color information
#D13D8C (or 0xD13D8C) is known color: Deep Cerise. HEX triplet: D1, 3D and 8C. RGB value is (209,61,140). Sum of RGB (Red+Green+Blue) = 209+61+140=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13D8C is #2EC273. Grayscale: #727272. Windows color (decimal): -3064436 or 9190865. OLE color: 9190865.
HSL color Cylindrical-coordinate representation of color #D13D8C: hue angle of 327.97º 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 #D13D8C is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 61 | 140 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.18 |
| HSL | 327.97º | 0.62% | 0.53% | - |
| HSV(B) | 327.97º | 0.71% | 0.82% | - |
| XYZ | 32.7 | 18.79 | 26.71 | - |
| YUV | 114.26 | 142.53 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 61 | 140 | 0 | 0.71 | 0.33 | 0.18 | 327.97 | 0.62 | 0.53 |
| Hex | D1 | 3D | 8C | 0 | 47 | 21 | 12 | 148 | 3E | 35 |
| Octal | 321 | 75 | 214 | 0 | 107 | 41 | 22 | 510 | 76 | 65 |
| Binary | 11010001 | 111101 | 10001100 | 0 | 1000111 | 100001 | 10010 | 101001000 | 111110 | 110101 |
Color Harmonies of #D13D8C
Complementary color
Monochromatic Colors of #D13D8C
Black with #D13D8C
Text Example
Text Example
White with #D13D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13D8C; }
p { color: rgb(209,61,140); }
H1.HeaderClassName
{
color: #D13D8C;
}
.AnyTagClassName
{
color: #D13D8C;
}
</style>
background-color css
<style>
a { background-color: #D13D8C; }
a { background-color: rgb(209,61,140); }
div.DivClassName
{
background-color: #D13D8C;
}
.BgClassName
{
background-color: #D13D8C;
}
</style>
border-color css
<style>
span { border-color: #D13D8C; }
span { border-color: rgb(209,61,140); }
td.TdClassName
{
border-color: #D13D8C;
}
.TagClassName
{
border-color: #D13D8C;
}
</style>