Shades of Deep Cerise #D3359F
Tints of Deep Cerise #D3359F
RGB
CMYK
RGB Variations
Color information
#D3359F (or 0xD3359F) is known color: Deep Cerise. HEX triplet: D3, 35 and 9F. RGB value is (211,53,159). Sum of RGB (Red+Green+Blue) = 211+53+159=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 53 (21.09% from 255 or 12.53% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D3359F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D3359F is #2CCA60. Grayscale: #707070. Windows color (decimal): -2935393 or 10434003. OLE color: 10434003.
HSL color Cylindrical-coordinate representation of color #D3359F: hue angle of 319.75º 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 #D3359F is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 53 | 159 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.17 |
| HSL | 319.75º | 0.64% | 0.52% | - |
| HSV(B) | 319.75º | 0.75% | 0.83% | - |
| XYZ | 34.4 | 18.9 | 34.64 | - |
| YUV | 112.33 | 154.35 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 53 | 159 | 0 | 0.75 | 0.25 | 0.17 | 319.75 | 0.64 | 0.52 |
| Hex | D3 | 35 | 9F | 0 | 4B | 19 | 11 | 140 | 40 | 34 |
| Octal | 323 | 65 | 237 | 0 | 113 | 31 | 21 | 500 | 100 | 64 |
| Binary | 11010011 | 110101 | 10011111 | 0 | 1001011 | 11001 | 10001 | 101000000 | 1000000 | 110100 |
Color Harmonies of #D3359F
Complementary color
Monochromatic Colors of #D3359F
Black with #D3359F
Text Example
Text Example
White with #D3359F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3359F; }
p { color: rgb(211,53,159); }
H1.HeaderClassName
{
color: #D3359F;
}
.AnyTagClassName
{
color: #D3359F;
}
</style>
background-color css
<style>
a { background-color: #D3359F; }
a { background-color: rgb(211,53,159); }
div.DivClassName
{
background-color: #D3359F;
}
.BgClassName
{
background-color: #D3359F;
}
</style>
border-color css
<style>
span { border-color: #D3359F; }
span { border-color: rgb(211,53,159); }
td.TdClassName
{
border-color: #D3359F;
}
.TagClassName
{
border-color: #D3359F;
}
</style>