Shades of Deep Cerise #D13386
Tints of Deep Cerise #D13386
RGB
CMYK
RGB Variations
Color information
#D13386 (or 0xD13386) is known color: Deep Cerise. HEX triplet: D1, 33 and 86. RGB value is (209,51,134). Sum of RGB (Red+Green+Blue) = 209+51+134=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D13386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13386 is #2ECC79. Grayscale: #6B6B6B. Windows color (decimal): -3067002 or 8795089. OLE color: 8795089.
HSL color Cylindrical-coordinate representation of color #D13386: hue angle of 328.48º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13386 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 134 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.18 |
| HSL | 328.48º | 0.63% | 0.51% | - |
| HSV(B) | 328.48º | 0.76% | 0.82% | - |
| XYZ | 31.78 | 17.64 | 24.28 | - |
| YUV | 107.7 | 142.85 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 134 | 0 | 0.76 | 0.36 | 0.18 | 328.48 | 0.63 | 0.51 |
| Hex | D1 | 33 | 86 | 0 | 4C | 24 | 12 | 148 | 3F | 33 |
| Octal | 321 | 63 | 206 | 0 | 114 | 44 | 22 | 510 | 77 | 63 |
| Binary | 11010001 | 110011 | 10000110 | 0 | 1001100 | 100100 | 10010 | 101001000 | 111111 | 110011 |
Color Harmonies of #D13386
Complementary color
Monochromatic Colors of #D13386
Black with #D13386
Text Example
Text Example
White with #D13386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13386; }
p { color: rgb(209,51,134); }
H1.HeaderClassName
{
color: #D13386;
}
.AnyTagClassName
{
color: #D13386;
}
</style>
background-color css
<style>
a { background-color: #D13386; }
a { background-color: rgb(209,51,134); }
div.DivClassName
{
background-color: #D13386;
}
.BgClassName
{
background-color: #D13386;
}
</style>
border-color css
<style>
span { border-color: #D13386; }
span { border-color: rgb(209,51,134); }
td.TdClassName
{
border-color: #D13386;
}
.TagClassName
{
border-color: #D13386;
}
</style>