Shades of Deep Cerise #D13689
Tints of Deep Cerise #D13689
RGB
CMYK
RGB Variations
Color information
#D13689 (or 0xD13689) is known color: Deep Cerise. HEX triplet: D1, 36 and 89. RGB value is (209,54,137). Sum of RGB (Red+Green+Blue) = 209+54+137=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D13689 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13689 is #2EC976. Grayscale: #6D6D6D. Windows color (decimal): -3066231 or 8992465. OLE color: 8992465.
HSL color Cylindrical-coordinate representation of color #D13689: hue angle of 327.87º 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 #D13689 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 54 | 137 | - |
| CMYK | 0 | 0.74 | 0.34 | 0.18 |
| HSL | 327.87º | 0.63% | 0.52% | - |
| HSV(B) | 327.87º | 0.74% | 0.82% | - |
| XYZ | 32.13 | 18 | 25.45 | - |
| YUV | 109.81 | 143.35 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 137 | 0 | 0.74 | 0.34 | 0.18 | 327.87 | 0.63 | 0.52 |
| Hex | D1 | 36 | 89 | 0 | 4A | 22 | 12 | 148 | 3F | 34 |
| Octal | 321 | 66 | 211 | 0 | 112 | 42 | 22 | 510 | 77 | 64 |
| Binary | 11010001 | 110110 | 10001001 | 0 | 1001010 | 100010 | 10010 | 101001000 | 111111 | 110100 |
Color Harmonies of #D13689
Complementary color
Monochromatic Colors of #D13689
Black with #D13689
Text Example
Text Example
White with #D13689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13689; }
p { color: rgb(209,54,137); }
H1.HeaderClassName
{
color: #D13689;
}
.AnyTagClassName
{
color: #D13689;
}
</style>
background-color css
<style>
a { background-color: #D13689; }
a { background-color: rgb(209,54,137); }
div.DivClassName
{
background-color: #D13689;
}
.BgClassName
{
background-color: #D13689;
}
</style>
border-color css
<style>
span { border-color: #D13689; }
span { border-color: rgb(209,54,137); }
td.TdClassName
{
border-color: #D13689;
}
.TagClassName
{
border-color: #D13689;
}
</style>