Shades of Deep Cerise #D3359D
Tints of Deep Cerise #D3359D
RGB
CMYK
RGB Variations
Color information
#D3359D (or 0xD3359D) is known color: Deep Cerise. HEX triplet: D3, 35 and 9D. RGB value is (211,53,157). Sum of RGB (Red+Green+Blue) = 211+53+157=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 157 (61.72% from 255 or 37.29% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D3359D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3359D is #2CCA62. Grayscale: #6F6F6F. Windows color (decimal): -2935395 or 10302931. OLE color: 10302931.
HSL color Cylindrical-coordinate representation of color #D3359D: hue angle of 320.51º 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 #D3359D is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 53 | 157 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.17 |
| HSL | 320.51º | 0.64% | 0.52% | - |
| HSV(B) | 320.51º | 0.75% | 0.83% | - |
| XYZ | 34.22 | 18.83 | 33.73 | - |
| YUV | 112.1 | 153.35 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 53 | 157 | 0 | 0.75 | 0.26 | 0.17 | 320.51 | 0.64 | 0.52 |
| Hex | D3 | 35 | 9D | 0 | 4B | 1A | 11 | 141 | 40 | 34 |
| Octal | 323 | 65 | 235 | 0 | 113 | 32 | 21 | 501 | 100 | 64 |
| Binary | 11010011 | 110101 | 10011101 | 0 | 1001011 | 11010 | 10001 | 101000001 | 1000000 | 110100 |
Color Harmonies of #D3359D
Complementary color
Monochromatic Colors of #D3359D
Black with #D3359D
Text Example
Text Example
White with #D3359D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3359D; }
p { color: rgb(211,53,157); }
H1.HeaderClassName
{
color: #D3359D;
}
.AnyTagClassName
{
color: #D3359D;
}
</style>
background-color css
<style>
a { background-color: #D3359D; }
a { background-color: rgb(211,53,157); }
div.DivClassName
{
background-color: #D3359D;
}
.BgClassName
{
background-color: #D3359D;
}
</style>
border-color css
<style>
span { border-color: #D3359D; }
span { border-color: rgb(211,53,157); }
td.TdClassName
{
border-color: #D3359D;
}
.TagClassName
{
border-color: #D3359D;
}
</style>