Shades of Deep Cerise #D3359E
Tints of Deep Cerise #D3359E
RGB
CMYK
RGB Variations
Color information
#D3359E (or 0xD3359E) is known color: Deep Cerise. HEX triplet: D3, 35 and 9E. RGB value is (211,53,158). Sum of RGB (Red+Green+Blue) = 211+53+158=422 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50% from 422); Green value is 53 (21.09% from 255 or 12.56% from 422); Blue value is 158 (62.11% from 255 or 37.44% from 422); Max value from RGB is 211 - color contains mainly: red. Hex color #D3359E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3359E is #2CCA61. Grayscale: #6F6F6F. Windows color (decimal): -2935394 or 10368467. OLE color: 10368467.
HSL color Cylindrical-coordinate representation of color #D3359E: hue angle of 320.13º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D3359E is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 53 | 158 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.17 |
| HSL | 320.13º | 0.64% | 0.52% | - |
| HSV(B) | 320.13º | 0.75% | 0.83% | - |
| XYZ | 34.31 | 18.86 | 34.18 | - |
| YUV | 112.21 | 153.85 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 53 | 158 | 0 | 0.75 | 0.25 | 0.17 | 320.13 | 0.64 | 0.52 |
| Hex | D3 | 35 | 9E | 0 | 4B | 19 | 11 | 140 | 40 | 34 |
| Octal | 323 | 65 | 236 | 0 | 113 | 31 | 21 | 500 | 100 | 64 |
| Binary | 11010011 | 110101 | 10011110 | 0 | 1001011 | 11001 | 10001 | 101000000 | 1000000 | 110100 |
Color Harmonies of #D3359E
Complementary color
Monochromatic Colors of #D3359E
Black with #D3359E
Text Example
Text Example
White with #D3359E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3359E; }
p { color: rgb(211,53,158); }
H1.HeaderClassName
{
color: #D3359E;
}
.AnyTagClassName
{
color: #D3359E;
}
</style>
background-color css
<style>
a { background-color: #D3359E; }
a { background-color: rgb(211,53,158); }
div.DivClassName
{
background-color: #D3359E;
}
.BgClassName
{
background-color: #D3359E;
}
</style>
border-color css
<style>
span { border-color: #D3359E; }
span { border-color: rgb(211,53,158); }
td.TdClassName
{
border-color: #D3359E;
}
.TagClassName
{
border-color: #D3359E;
}
</style>