Shades of Deep Cerise #D13687
Tints of Deep Cerise #D13687
RGB
CMYK
RGB Variations
Color information
#D13687 (or 0xD13687) is known color: Deep Cerise. HEX triplet: D1, 36 and 87. RGB value is (209,54,135). Sum of RGB (Red+Green+Blue) = 209+54+135=398 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.51% from 398); Green value is 54 (21.48% from 255 or 13.57% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 209 - color contains mainly: red. Hex color #D13687 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13687 is #2EC978. Grayscale: #6D6D6D. Windows color (decimal): -3066233 or 8861393. OLE color: 8861393.
HSL color Cylindrical-coordinate representation of color #D13687: hue angle of 328.65º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D13687 is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 54 | 135 | - |
| CMYK | 0 | 0.74 | 0.35 | 0.18 |
| HSL | 328.65º | 0.63% | 0.52% | - |
| HSV(B) | 328.65º | 0.74% | 0.82% | - |
| XYZ | 31.99 | 17.94 | 24.7 | - |
| YUV | 109.58 | 142.35 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 135 | 0 | 0.74 | 0.35 | 0.18 | 328.65 | 0.63 | 0.52 |
| Hex | D1 | 36 | 87 | 0 | 4A | 23 | 12 | 149 | 3F | 34 |
| Octal | 321 | 66 | 207 | 0 | 112 | 43 | 22 | 511 | 77 | 64 |
| Binary | 11010001 | 110110 | 10000111 | 0 | 1001010 | 100011 | 10010 | 101001001 | 111111 | 110100 |
Color Harmonies of #D13687
Complementary color
Monochromatic Colors of #D13687
Black with #D13687
Text Example
Text Example
White with #D13687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13687; }
p { color: rgb(209,54,135); }
H1.HeaderClassName
{
color: #D13687;
}
.AnyTagClassName
{
color: #D13687;
}
</style>
background-color css
<style>
a { background-color: #D13687; }
a { background-color: rgb(209,54,135); }
div.DivClassName
{
background-color: #D13687;
}
.BgClassName
{
background-color: #D13687;
}
</style>
border-color css
<style>
span { border-color: #D13687; }
span { border-color: rgb(209,54,135); }
td.TdClassName
{
border-color: #D13687;
}
.TagClassName
{
border-color: #D13687;
}
</style>