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