Shades of Deep Cerise #D23586
Tints of Deep Cerise #D23586
RGB
CMYK
RGB Variations
Color information
#D23586 (or 0xD23586) is known color: Deep Cerise. HEX triplet: D2, 35 and 86. RGB value is (210,53,134). Sum of RGB (Red+Green+Blue) = 210+53+134=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D23586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23586 is #2DCA79. Grayscale: #6D6D6D. Windows color (decimal): -3000954 or 8795602. OLE color: 8795602.
HSL color Cylindrical-coordinate representation of color #D23586: hue angle of 329.04º 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 #D23586 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 134 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.18 |
| HSL | 329.04º | 0.64% | 0.52% | - |
| HSV(B) | 329.04º | 0.75% | 0.82% | - |
| XYZ | 32.15 | 17.97 | 24.33 | - |
| YUV | 109.18 | 142.01 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 134 | 0 | 0.75 | 0.36 | 0.18 | 329.04 | 0.64 | 0.52 |
| Hex | D2 | 35 | 86 | 0 | 4B | 24 | 12 | 149 | 40 | 34 |
| Octal | 322 | 65 | 206 | 0 | 113 | 44 | 22 | 511 | 100 | 64 |
| Binary | 11010010 | 110101 | 10000110 | 0 | 1001011 | 100100 | 10010 | 101001001 | 1000000 | 110100 |
Color Harmonies of #D23586
Complementary color
Monochromatic Colors of #D23586
Black with #D23586
Text Example
Text Example
White with #D23586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23586; }
p { color: rgb(210,53,134); }
H1.HeaderClassName
{
color: #D23586;
}
.AnyTagClassName
{
color: #D23586;
}
</style>
background-color css
<style>
a { background-color: #D23586; }
a { background-color: rgb(210,53,134); }
div.DivClassName
{
background-color: #D23586;
}
.BgClassName
{
background-color: #D23586;
}
</style>
border-color css
<style>
span { border-color: #D23586; }
span { border-color: rgb(210,53,134); }
td.TdClassName
{
border-color: #D23586;
}
.TagClassName
{
border-color: #D23586;
}
</style>