Shades of Deep Cerise #D3389D
Tints of Deep Cerise #D3389D
RGB
CMYK
RGB Variations
Color information
#D3389D (or 0xD3389D) is known color: Deep Cerise. HEX triplet: D3, 38 and 9D. RGB value is (211,56,157). Sum of RGB (Red+Green+Blue) = 211+56+157=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 56 (22.27% from 255 or 13.21% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D3389D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3389D is #2CC762. Grayscale: #717171. Windows color (decimal): -2934627 or 10303699. OLE color: 10303699.
HSL color Cylindrical-coordinate representation of color #D3389D: hue angle of 320.9º 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 #D3389D is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 56 | 157 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.17 |
| HSL | 320.9º | 0.64% | 0.52% | - |
| HSV(B) | 320.9º | 0.73% | 0.83% | - |
| XYZ | 34.36 | 19.11 | 33.78 | - |
| YUV | 113.86 | 152.35 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 56 | 157 | 0 | 0.73 | 0.26 | 0.17 | 320.9 | 0.64 | 0.52 |
| Hex | D3 | 38 | 9D | 0 | 49 | 1A | 11 | 141 | 40 | 34 |
| Octal | 323 | 70 | 235 | 0 | 111 | 32 | 21 | 501 | 100 | 64 |
| Binary | 11010011 | 111000 | 10011101 | 0 | 1001001 | 11010 | 10001 | 101000001 | 1000000 | 110100 |
Color Harmonies of #D3389D
Complementary color
Monochromatic Colors of #D3389D
Black with #D3389D
Text Example
Text Example
White with #D3389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3389D; }
p { color: rgb(211,56,157); }
H1.HeaderClassName
{
color: #D3389D;
}
.AnyTagClassName
{
color: #D3389D;
}
</style>
background-color css
<style>
a { background-color: #D3389D; }
a { background-color: rgb(211,56,157); }
div.DivClassName
{
background-color: #D3389D;
}
.BgClassName
{
background-color: #D3389D;
}
</style>
border-color css
<style>
span { border-color: #D3389D; }
span { border-color: rgb(211,56,157); }
td.TdClassName
{
border-color: #D3389D;
}
.TagClassName
{
border-color: #D3389D;
}
</style>