Shades of Deep Cerise #D3387C
Tints of Deep Cerise #D3387C
RGB
CMYK
RGB Variations
Color information
#D3387C (or 0xD3387C) is known color: Deep Cerise. HEX triplet: D3, 38 and 7C. RGB value is (211,56,124). Sum of RGB (Red+Green+Blue) = 211+56+124=391 (51% of max value = 765). Red value is 211 (82.81% from 255 or 53.96% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 211 - color contains mainly: red. Hex color #D3387C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3387C is #2CC783. Grayscale: #6D6D6D. Windows color (decimal): -2934660 or 8141011. OLE color: 8141011.
HSL color Cylindrical-coordinate representation of color #D3387C: hue angle of 333.68º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3387C is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 56 | 124 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.17 |
| HSL | 333.68º | 0.64% | 0.52% | - |
| HSV(B) | 333.68º | 0.73% | 0.83% | - |
| XYZ | 31.92 | 18.13 | 20.89 | - |
| YUV | 110.1 | 135.85 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 56 | 124 | 0 | 0.73 | 0.41 | 0.17 | 333.68 | 0.64 | 0.52 |
| Hex | D3 | 38 | 7C | 0 | 49 | 29 | 11 | 14E | 40 | 34 |
| Octal | 323 | 70 | 174 | 0 | 111 | 51 | 21 | 516 | 100 | 64 |
| Binary | 11010011 | 111000 | 1111100 | 0 | 1001001 | 101001 | 10001 | 101001110 | 1000000 | 110100 |
Color Harmonies of #D3387C
Complementary color
Monochromatic Colors of #D3387C
Black with #D3387C
Text Example
Text Example
White with #D3387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3387C; }
p { color: rgb(211,56,124); }
H1.HeaderClassName
{
color: #D3387C;
}
.AnyTagClassName
{
color: #D3387C;
}
</style>
background-color css
<style>
a { background-color: #D3387C; }
a { background-color: rgb(211,56,124); }
div.DivClassName
{
background-color: #D3387C;
}
.BgClassName
{
background-color: #D3387C;
}
</style>
border-color css
<style>
span { border-color: #D3387C; }
span { border-color: rgb(211,56,124); }
td.TdClassName
{
border-color: #D3387C;
}
.TagClassName
{
border-color: #D3387C;
}
</style>