Shades of Deep Cerise #D34087
Tints of Deep Cerise #D34087
RGB
CMYK
RGB Variations
Color information
#D34087 (or 0xD34087) is known color: Deep Cerise. HEX triplet: D3, 40 and 87. RGB value is (211,64,135). Sum of RGB (Red+Green+Blue) = 211+64+135=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D34087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D34087 is #2CBF78. Grayscale: #737373. Windows color (decimal): -2932601 or 8863955. OLE color: 8863955.
HSL color Cylindrical-coordinate representation of color #D34087: hue angle of 331.02º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D34087 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 64 | 135 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.17 |
| HSL | 331.02º | 0.63% | 0.54% | - |
| HSV(B) | 331.02º | 0.7% | 0.83% | - |
| XYZ | 33.07 | 19.26 | 24.9 | - |
| YUV | 116.05 | 138.7 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 64 | 135 | 0 | 0.70 | 0.36 | 0.17 | 331.02 | 0.63 | 0.54 |
| Hex | D3 | 40 | 87 | 0 | 46 | 24 | 11 | 14B | 3F | 36 |
| Octal | 323 | 100 | 207 | 0 | 106 | 44 | 21 | 513 | 77 | 66 |
| Binary | 11010011 | 1000000 | 10000111 | 0 | 1000110 | 100100 | 10001 | 101001011 | 111111 | 110110 |
Color Harmonies of #D34087
Complementary color
Monochromatic Colors of #D34087
Black with #D34087
Text Example
Text Example
White with #D34087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34087; }
p { color: rgb(211,64,135); }
H1.HeaderClassName
{
color: #D34087;
}
.AnyTagClassName
{
color: #D34087;
}
</style>
background-color css
<style>
a { background-color: #D34087; }
a { background-color: rgb(211,64,135); }
div.DivClassName
{
background-color: #D34087;
}
.BgClassName
{
background-color: #D34087;
}
</style>
border-color css
<style>
span { border-color: #D34087; }
span { border-color: rgb(211,64,135); }
td.TdClassName
{
border-color: #D34087;
}
.TagClassName
{
border-color: #D34087;
}
</style>