Shades of Deep Cerise #D54087
Tints of Deep Cerise #D54087
RGB
CMYK
RGB Variations
Color information
#D54087 (or 0xD54087) is known color: Deep Cerise. HEX triplet: D5, 40 and 87. RGB value is (213,64,135). Sum of RGB (Red+Green+Blue) = 213+64+135=412 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.70% from 412); Green value is 64 (25.39% from 255 or 15.53% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 213 - color contains mainly: red. Hex color #D54087 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54087 is #2ABF78. Grayscale: #747474. Windows color (decimal): -2801529 or 8863957. OLE color: 8863957.
HSL color Cylindrical-coordinate representation of color #D54087: hue angle of 331.41º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D54087 is Cyan = 0, Magento = 0.70, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 135 | - |
| CMYK | 0 | 0.70 | 0.37 | 0.16 |
| HSL | 331.41º | 0.64% | 0.54% | - |
| HSV(B) | 331.41º | 0.7% | 0.84% | - |
| XYZ | 33.65 | 19.56 | 24.92 | - |
| YUV | 116.65 | 138.36 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 135 | 0 | 0.70 | 0.37 | 0.16 | 331.41 | 0.64 | 0.54 |
| Hex | D5 | 40 | 87 | 0 | 46 | 25 | 10 | 14B | 40 | 36 |
| Octal | 325 | 100 | 207 | 0 | 106 | 45 | 20 | 513 | 100 | 66 |
| Binary | 11010101 | 1000000 | 10000111 | 0 | 1000110 | 100101 | 10000 | 101001011 | 1000000 | 110110 |
Color Harmonies of #D54087
Complementary color
Monochromatic Colors of #D54087
Black with #D54087
Text Example
Text Example
White with #D54087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54087; }
p { color: rgb(213,64,135); }
H1.HeaderClassName
{
color: #D54087;
}
.AnyTagClassName
{
color: #D54087;
}
</style>
background-color css
<style>
a { background-color: #D54087; }
a { background-color: rgb(213,64,135); }
div.DivClassName
{
background-color: #D54087;
}
.BgClassName
{
background-color: #D54087;
}
</style>
border-color css
<style>
span { border-color: #D54087; }
span { border-color: rgb(213,64,135); }
td.TdClassName
{
border-color: #D54087;
}
.TagClassName
{
border-color: #D54087;
}
</style>