Shades of Deep Cerise #D5387B
Tints of Deep Cerise #D5387B
RGB
CMYK
RGB Variations
Color information
#D5387B (or 0xD5387B) is known color: Deep Cerise. HEX triplet: D5, 38 and 7B. RGB value is (213,56,123). Sum of RGB (Red+Green+Blue) = 213+56+123=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 56 (22.27% from 255 or 14.29% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D5387B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5387B is #2AC784. Grayscale: #6E6E6E. Windows color (decimal): -2803589 or 8075477. OLE color: 8075477.
HSL color Cylindrical-coordinate representation of color #D5387B: hue angle of 334.39º 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 #D5387B is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 56 | 123 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.16 |
| HSL | 334.39º | 0.65% | 0.53% | - |
| HSV(B) | 334.39º | 0.74% | 0.84% | - |
| XYZ | 32.43 | 18.4 | 20.58 | - |
| YUV | 110.58 | 135.01 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 56 | 123 | 0 | 0.74 | 0.42 | 0.16 | 334.39 | 0.65 | 0.53 |
| Hex | D5 | 38 | 7B | 0 | 4A | 2A | 10 | 14E | 41 | 35 |
| Octal | 325 | 70 | 173 | 0 | 112 | 52 | 20 | 516 | 101 | 65 |
| Binary | 11010101 | 111000 | 1111011 | 0 | 1001010 | 101010 | 10000 | 101001110 | 1000001 | 110101 |
Color Harmonies of #D5387B
Complementary color
Monochromatic Colors of #D5387B
Black with #D5387B
Text Example
Text Example
White with #D5387B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5387B; }
p { color: rgb(213,56,123); }
H1.HeaderClassName
{
color: #D5387B;
}
.AnyTagClassName
{
color: #D5387B;
}
</style>
background-color css
<style>
a { background-color: #D5387B; }
a { background-color: rgb(213,56,123); }
div.DivClassName
{
background-color: #D5387B;
}
.BgClassName
{
background-color: #D5387B;
}
</style>
border-color css
<style>
span { border-color: #D5387B; }
span { border-color: rgb(213,56,123); }
td.TdClassName
{
border-color: #D5387B;
}
.TagClassName
{
border-color: #D5387B;
}
</style>