Shades of Deep Cerise #D13685
Tints of Deep Cerise #D13685
RGB
CMYK
RGB Variations
Color information
#D13685 (or 0xD13685) is known color: Deep Cerise. HEX triplet: D1, 36 and 85. RGB value is (209,54,133). Sum of RGB (Red+Green+Blue) = 209+54+133=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 54 (21.48% from 255 or 13.64% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D13685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13685 is #2EC97A. Grayscale: #6D6D6D. Windows color (decimal): -3066235 or 8730321. OLE color: 8730321.
HSL color Cylindrical-coordinate representation of color #D13685: hue angle of 329.42º 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 #D13685 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 54 | 133 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.18 |
| HSL | 329.42º | 0.63% | 0.52% | - |
| HSV(B) | 329.42º | 0.74% | 0.82% | - |
| XYZ | 31.85 | 17.89 | 23.96 | - |
| YUV | 109.35 | 141.35 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 54 | 133 | 0 | 0.74 | 0.36 | 0.18 | 329.42 | 0.63 | 0.52 |
| Hex | D1 | 36 | 85 | 0 | 4A | 24 | 12 | 149 | 3F | 34 |
| Octal | 321 | 66 | 205 | 0 | 112 | 44 | 22 | 511 | 77 | 64 |
| Binary | 11010001 | 110110 | 10000101 | 0 | 1001010 | 100100 | 10010 | 101001001 | 111111 | 110100 |
Color Harmonies of #D13685
Complementary color
Monochromatic Colors of #D13685
Black with #D13685
Text Example
Text Example
White with #D13685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13685; }
p { color: rgb(209,54,133); }
H1.HeaderClassName
{
color: #D13685;
}
.AnyTagClassName
{
color: #D13685;
}
</style>
background-color css
<style>
a { background-color: #D13685; }
a { background-color: rgb(209,54,133); }
div.DivClassName
{
background-color: #D13685;
}
.BgClassName
{
background-color: #D13685;
}
</style>
border-color css
<style>
span { border-color: #D13685; }
span { border-color: rgb(209,54,133); }
td.TdClassName
{
border-color: #D13685;
}
.TagClassName
{
border-color: #D13685;
}
</style>