Shades of Deep Cerise #D3389B
Tints of Deep Cerise #D3389B
RGB
CMYK
RGB Variations
Color information
#D3389B (or 0xD3389B) is known color: Deep Cerise. HEX triplet: D3, 38 and 9B. RGB value is (211,56,155). Sum of RGB (Red+Green+Blue) = 211+56+155=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D3389B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3389B is #2CC764. Grayscale: #717171. Windows color (decimal): -2934629 or 10172627. OLE color: 10172627.
HSL color Cylindrical-coordinate representation of color #D3389B: hue angle of 321.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 #D3389B is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 56 | 155 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.17 |
| HSL | 321.68º | 0.64% | 0.52% | - |
| HSV(B) | 321.68º | 0.73% | 0.83% | - |
| XYZ | 34.19 | 19.04 | 32.88 | - |
| YUV | 113.63 | 151.35 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 56 | 155 | 0 | 0.73 | 0.27 | 0.17 | 321.68 | 0.64 | 0.52 |
| Hex | D3 | 38 | 9B | 0 | 49 | 1B | 11 | 142 | 40 | 34 |
| Octal | 323 | 70 | 233 | 0 | 111 | 33 | 21 | 502 | 100 | 64 |
| Binary | 11010011 | 111000 | 10011011 | 0 | 1001001 | 11011 | 10001 | 101000010 | 1000000 | 110100 |
Color Harmonies of #D3389B
Complementary color
Monochromatic Colors of #D3389B
Black with #D3389B
Text Example
Text Example
White with #D3389B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3389B; }
p { color: rgb(211,56,155); }
H1.HeaderClassName
{
color: #D3389B;
}
.AnyTagClassName
{
color: #D3389B;
}
</style>
background-color css
<style>
a { background-color: #D3389B; }
a { background-color: rgb(211,56,155); }
div.DivClassName
{
background-color: #D3389B;
}
.BgClassName
{
background-color: #D3389B;
}
</style>
border-color css
<style>
span { border-color: #D3389B; }
span { border-color: rgb(211,56,155); }
td.TdClassName
{
border-color: #D3389B;
}
.TagClassName
{
border-color: #D3389B;
}
</style>