Shades of Deep Cerise #D5387A
Tints of Deep Cerise #D5387A
RGB
CMYK
RGB Variations
Color information
#D5387A (or 0xD5387A) is known color: Deep Cerise. HEX triplet: D5, 38 and 7A. RGB value is (213,56,122). Sum of RGB (Red+Green+Blue) = 213+56+122=391 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.48% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 213 - color contains mainly: red. Hex color #D5387A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5387A is #2AC785. Grayscale: #6E6E6E. Windows color (decimal): -2803590 or 8009941. OLE color: 8009941.
HSL color Cylindrical-coordinate representation of color #D5387A: hue angle of 334.78º 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 #D5387A is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 122 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.16 |
| HSL | 334.78º | 0.65% | 0.53% | - |
| HSV(B) | 334.78º | 0.74% | 0.84% | - |
| XYZ | 32.37 | 18.38 | 20.25 | - |
| YUV | 110.47 | 134.51 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 122 | 0 | 0.74 | 0.43 | 0.16 | 334.78 | 0.65 | 0.53 |
| Hex | D5 | 38 | 7A | 0 | 4A | 2B | 10 | 14F | 41 | 35 |
| Octal | 325 | 70 | 172 | 0 | 112 | 53 | 20 | 517 | 101 | 65 |
| Binary | 11010101 | 111000 | 1111010 | 0 | 1001010 | 101011 | 10000 | 101001111 | 1000001 | 110101 |
Color Harmonies of #D5387A
Complementary color
Monochromatic Colors of #D5387A
Black with #D5387A
Text Example
Text Example
White with #D5387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5387A; }
p { color: rgb(213,56,122); }
H1.HeaderClassName
{
color: #D5387A;
}
.AnyTagClassName
{
color: #D5387A;
}
</style>
background-color css
<style>
a { background-color: #D5387A; }
a { background-color: rgb(213,56,122); }
div.DivClassName
{
background-color: #D5387A;
}
.BgClassName
{
background-color: #D5387A;
}
</style>
border-color css
<style>
span { border-color: #D5387A; }
span { border-color: rgb(213,56,122); }
td.TdClassName
{
border-color: #D5387A;
}
.TagClassName
{
border-color: #D5387A;
}
</style>