Shades of Deep Cerise #D3387A
Tints of Deep Cerise #D3387A
RGB
CMYK
RGB Variations
Color information
#D3387A (or 0xD3387A) is known color: Deep Cerise. HEX triplet: D3, 38 and 7A. RGB value is (211,56,122). Sum of RGB (Red+Green+Blue) = 211+56+122=389 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.24% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 211 - color contains mainly: red. Hex color #D3387A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3387A is #2CC785. Grayscale: #6D6D6D. Windows color (decimal): -2934662 or 8009939. OLE color: 8009939.
HSL color Cylindrical-coordinate representation of color #D3387A: hue angle of 334.45º 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 #D3387A is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 56 | 122 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.17 |
| HSL | 334.45º | 0.64% | 0.52% | - |
| HSV(B) | 334.45º | 0.73% | 0.83% | - |
| XYZ | 31.79 | 18.08 | 20.23 | - |
| YUV | 109.87 | 134.85 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 56 | 122 | 0 | 0.73 | 0.42 | 0.17 | 334.45 | 0.64 | 0.52 |
| Hex | D3 | 38 | 7A | 0 | 49 | 2A | 11 | 14E | 40 | 34 |
| Octal | 323 | 70 | 172 | 0 | 111 | 52 | 21 | 516 | 100 | 64 |
| Binary | 11010011 | 111000 | 1111010 | 0 | 1001001 | 101010 | 10001 | 101001110 | 1000000 | 110100 |
Color Harmonies of #D3387A
Complementary color
Monochromatic Colors of #D3387A
Black with #D3387A
Text Example
Text Example
White with #D3387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3387A; }
p { color: rgb(211,56,122); }
H1.HeaderClassName
{
color: #D3387A;
}
.AnyTagClassName
{
color: #D3387A;
}
</style>
background-color css
<style>
a { background-color: #D3387A; }
a { background-color: rgb(211,56,122); }
div.DivClassName
{
background-color: #D3387A;
}
.BgClassName
{
background-color: #D3387A;
}
</style>
border-color css
<style>
span { border-color: #D3387A; }
span { border-color: rgb(211,56,122); }
td.TdClassName
{
border-color: #D3387A;
}
.TagClassName
{
border-color: #D3387A;
}
</style>