Shades of Deep Cerise #D2358E
Tints of Deep Cerise #D2358E
RGB
CMYK
RGB Variations
Color information
#D2358E (or 0xD2358E) is known color: Deep Cerise. HEX triplet: D2, 35 and 8E. RGB value is (210,53,142). Sum of RGB (Red+Green+Blue) = 210+53+142=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 53 (21.09% from 255 or 13.09% from 405); Blue value is 142 (55.86% from 255 or 35.06% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D2358E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D2358E is #2DCA71. Grayscale: #6D6D6D. Windows color (decimal): -3000946 or 9319890. OLE color: 9319890.
HSL color Cylindrical-coordinate representation of color #D2358E: hue angle of 325.99º 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 #D2358E is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 142 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.18 |
| HSL | 325.99º | 0.64% | 0.52% | - |
| HSV(B) | 325.99º | 0.75% | 0.82% | - |
| XYZ | 32.73 | 18.2 | 27.38 | - |
| YUV | 110.09 | 146.01 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 142 | 0 | 0.75 | 0.32 | 0.18 | 325.99 | 0.64 | 0.52 |
| Hex | D2 | 35 | 8E | 0 | 4B | 20 | 12 | 146 | 40 | 34 |
| Octal | 322 | 65 | 216 | 0 | 113 | 40 | 22 | 506 | 100 | 64 |
| Binary | 11010010 | 110101 | 10001110 | 0 | 1001011 | 100000 | 10010 | 101000110 | 1000000 | 110100 |
Color Harmonies of #D2358E
Complementary color
Monochromatic Colors of #D2358E
Black with #D2358E
Text Example
Text Example
White with #D2358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2358E; }
p { color: rgb(210,53,142); }
H1.HeaderClassName
{
color: #D2358E;
}
.AnyTagClassName
{
color: #D2358E;
}
</style>
background-color css
<style>
a { background-color: #D2358E; }
a { background-color: rgb(210,53,142); }
div.DivClassName
{
background-color: #D2358E;
}
.BgClassName
{
background-color: #D2358E;
}
</style>
border-color css
<style>
span { border-color: #D2358E; }
span { border-color: rgb(210,53,142); }
td.TdClassName
{
border-color: #D2358E;
}
.TagClassName
{
border-color: #D2358E;
}
</style>