Shades of Deep Cerise #D9387E
Tints of Deep Cerise #D9387E
RGB
CMYK
RGB Variations
Color information
#D9387E (or 0xD9387E) is known color: Deep Cerise. HEX triplet: D9, 38 and 7E. RGB value is (217,56,126). Sum of RGB (Red+Green+Blue) = 217+56+126=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 126 (49.61% from 255 or 31.58% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D9387E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9387E is #26C781. Grayscale: #6F6F6F. Windows color (decimal): -2541442 or 8272089. OLE color: 8272089.
HSL color Cylindrical-coordinate representation of color #D9387E: hue angle of 333.91º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D9387E is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 56 | 126 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.15 |
| HSL | 333.91º | 0.68% | 0.54% | - |
| HSV(B) | 333.91º | 0.74% | 0.85% | - |
| XYZ | 33.8 | 19.09 | 21.64 | - |
| YUV | 112.12 | 135.84 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 56 | 126 | 0 | 0.74 | 0.42 | 0.15 | 333.91 | 0.68 | 0.54 |
| Hex | D9 | 38 | 7E | 0 | 4A | 2A | F | 14E | 44 | 36 |
| Octal | 331 | 70 | 176 | 0 | 112 | 52 | 17 | 516 | 104 | 66 |
| Binary | 11011001 | 111000 | 1111110 | 0 | 1001010 | 101010 | 1111 | 101001110 | 1000100 | 110110 |
Color Harmonies of #D9387E
Complementary color
Monochromatic Colors of #D9387E
Black with #D9387E
Text Example
Text Example
White with #D9387E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9387E; }
p { color: rgb(217,56,126); }
H1.HeaderClassName
{
color: #D9387E;
}
.AnyTagClassName
{
color: #D9387E;
}
</style>
background-color css
<style>
a { background-color: #D9387E; }
a { background-color: rgb(217,56,126); }
div.DivClassName
{
background-color: #D9387E;
}
.BgClassName
{
background-color: #D9387E;
}
</style>
border-color css
<style>
span { border-color: #D9387E; }
span { border-color: rgb(217,56,126); }
td.TdClassName
{
border-color: #D9387E;
}
.TagClassName
{
border-color: #D9387E;
}
</style>