Shades of Deep Cerise #D5387D
Tints of Deep Cerise #D5387D
RGB
CMYK
RGB Variations
Color information
#D5387D (or 0xD5387D) is known color: Deep Cerise. HEX triplet: D5, 38 and 7D. RGB value is (213,56,125). Sum of RGB (Red+Green+Blue) = 213+56+125=394 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.06% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 213 - color contains mainly: red. Hex color #D5387D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5387D is #2AC782. Grayscale: #6E6E6E. Windows color (decimal): -2803587 or 8206549. OLE color: 8206549.
HSL color Cylindrical-coordinate representation of color #D5387D: hue angle of 333.63º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5387D is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 125 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.16 |
| HSL | 333.63º | 0.65% | 0.53% | - |
| HSV(B) | 333.63º | 0.74% | 0.84% | - |
| XYZ | 32.56 | 18.46 | 21.25 | - |
| YUV | 110.81 | 136.01 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 125 | 0 | 0.74 | 0.41 | 0.16 | 333.63 | 0.65 | 0.53 |
| Hex | D5 | 38 | 7D | 0 | 4A | 29 | 10 | 14E | 41 | 35 |
| Octal | 325 | 70 | 175 | 0 | 112 | 51 | 20 | 516 | 101 | 65 |
| Binary | 11010101 | 111000 | 1111101 | 0 | 1001010 | 101001 | 10000 | 101001110 | 1000001 | 110101 |
Color Harmonies of #D5387D
Complementary color
Monochromatic Colors of #D5387D
Black with #D5387D
Text Example
Text Example
White with #D5387D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5387D; }
p { color: rgb(213,56,125); }
H1.HeaderClassName
{
color: #D5387D;
}
.AnyTagClassName
{
color: #D5387D;
}
</style>
background-color css
<style>
a { background-color: #D5387D; }
a { background-color: rgb(213,56,125); }
div.DivClassName
{
background-color: #D5387D;
}
.BgClassName
{
background-color: #D5387D;
}
</style>
border-color css
<style>
span { border-color: #D5387D; }
span { border-color: rgb(213,56,125); }
td.TdClassName
{
border-color: #D5387D;
}
.TagClassName
{
border-color: #D5387D;
}
</style>