Shades of Deep Cerise #D13B8D
Tints of Deep Cerise #D13B8D
RGB
CMYK
RGB Variations
Color information
#D13B8D (or 0xD13B8D) is known color: Deep Cerise. HEX triplet: D1, 3B and 8D. RGB value is (209,59,141). Sum of RGB (Red+Green+Blue) = 209+59+141=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 59 (23.44% from 255 or 14.43% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13B8D is #2EC472. Grayscale: #717171. Windows color (decimal): -3064947 or 9255889. OLE color: 9255889.
HSL color Cylindrical-coordinate representation of color #D13B8D: hue angle of 327.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D13B8D is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 59 | 141 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.18 |
| HSL | 327.2º | 0.62% | 0.53% | - |
| HSV(B) | 327.2º | 0.72% | 0.82% | - |
| XYZ | 32.67 | 18.61 | 27.07 | - |
| YUV | 113.2 | 143.7 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 59 | 141 | 0 | 0.72 | 0.33 | 0.18 | 327.2 | 0.62 | 0.53 |
| Hex | D1 | 3B | 8D | 0 | 48 | 21 | 12 | 147 | 3E | 35 |
| Octal | 321 | 73 | 215 | 0 | 110 | 41 | 22 | 507 | 76 | 65 |
| Binary | 11010001 | 111011 | 10001101 | 0 | 1001000 | 100001 | 10010 | 101000111 | 111110 | 110101 |
Color Harmonies of #D13B8D
Complementary color
Monochromatic Colors of #D13B8D
Black with #D13B8D
Text Example
Text Example
White with #D13B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13B8D; }
p { color: rgb(209,59,141); }
H1.HeaderClassName
{
color: #D13B8D;
}
.AnyTagClassName
{
color: #D13B8D;
}
</style>
background-color css
<style>
a { background-color: #D13B8D; }
a { background-color: rgb(209,59,141); }
div.DivClassName
{
background-color: #D13B8D;
}
.BgClassName
{
background-color: #D13B8D;
}
</style>
border-color css
<style>
span { border-color: #D13B8D; }
span { border-color: rgb(209,59,141); }
td.TdClassName
{
border-color: #D13B8D;
}
.TagClassName
{
border-color: #D13B8D;
}
</style>