Shades of Deep Cerise #D2359E
Tints of Deep Cerise #D2359E
RGB
CMYK
RGB Variations
Color information
#D2359E (or 0xD2359E) is known color: Deep Cerise. HEX triplet: D2, 35 and 9E. RGB value is (210,53,158). Sum of RGB (Red+Green+Blue) = 210+53+158=421 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.88% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 210 - color contains mainly: red. Hex color #D2359E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2359E is #2DCA61. Grayscale: #6F6F6F. Windows color (decimal): -3000930 or 10368466. OLE color: 10368466.
HSL color Cylindrical-coordinate representation of color #D2359E: hue angle of 319.87º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2359E is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 158 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.18 |
| HSL | 319.87º | 0.64% | 0.52% | - |
| HSV(B) | 319.87º | 0.75% | 0.82% | - |
| XYZ | 34.02 | 18.72 | 34.17 | - |
| YUV | 111.91 | 154.01 | 197.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 158 | 0 | 0.75 | 0.25 | 0.18 | 319.87 | 0.64 | 0.52 |
| Hex | D2 | 35 | 9E | 0 | 4B | 19 | 12 | 140 | 40 | 34 |
| Octal | 322 | 65 | 236 | 0 | 113 | 31 | 22 | 500 | 100 | 64 |
| Binary | 11010010 | 110101 | 10011110 | 0 | 1001011 | 11001 | 10010 | 101000000 | 1000000 | 110100 |
Color Harmonies of #D2359E
Complementary color
Monochromatic Colors of #D2359E
Black with #D2359E
Text Example
Text Example
White with #D2359E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2359E; }
p { color: rgb(210,53,158); }
H1.HeaderClassName
{
color: #D2359E;
}
.AnyTagClassName
{
color: #D2359E;
}
</style>
background-color css
<style>
a { background-color: #D2359E; }
a { background-color: rgb(210,53,158); }
div.DivClassName
{
background-color: #D2359E;
}
.BgClassName
{
background-color: #D2359E;
}
</style>
border-color css
<style>
span { border-color: #D2359E; }
span { border-color: rgb(210,53,158); }
td.TdClassName
{
border-color: #D2359E;
}
.TagClassName
{
border-color: #D2359E;
}
</style>