Shades of Deep Cerise #D23486
Tints of Deep Cerise #D23486
RGB
CMYK
RGB Variations
Color information
#D23486 (or 0xD23486) is known color: Deep Cerise. HEX triplet: D2, 34 and 86. RGB value is (210,52,134). Sum of RGB (Red+Green+Blue) = 210+52+134=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D23486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23486 is #2DCB79. Grayscale: #6C6C6C. Windows color (decimal): -3001210 or 8795346. OLE color: 8795346.
HSL color Cylindrical-coordinate representation of color #D23486: hue angle of 328.86º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23486 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 134 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.18 |
| HSL | 328.86º | 0.64% | 0.51% | - |
| HSV(B) | 328.86º | 0.75% | 0.82% | - |
| XYZ | 32.11 | 17.88 | 24.31 | - |
| YUV | 108.59 | 142.35 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 134 | 0 | 0.75 | 0.36 | 0.18 | 328.86 | 0.64 | 0.51 |
| Hex | D2 | 34 | 86 | 0 | 4B | 24 | 12 | 149 | 40 | 33 |
| Octal | 322 | 64 | 206 | 0 | 113 | 44 | 22 | 511 | 100 | 63 |
| Binary | 11010010 | 110100 | 10000110 | 0 | 1001011 | 100100 | 10010 | 101001001 | 1000000 | 110011 |
Color Harmonies of #D23486
Complementary color
Monochromatic Colors of #D23486
Black with #D23486
Text Example
Text Example
White with #D23486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23486; }
p { color: rgb(210,52,134); }
H1.HeaderClassName
{
color: #D23486;
}
.AnyTagClassName
{
color: #D23486;
}
</style>
background-color css
<style>
a { background-color: #D23486; }
a { background-color: rgb(210,52,134); }
div.DivClassName
{
background-color: #D23486;
}
.BgClassName
{
background-color: #D23486;
}
</style>
border-color css
<style>
span { border-color: #D23486; }
span { border-color: rgb(210,52,134); }
td.TdClassName
{
border-color: #D23486;
}
.TagClassName
{
border-color: #D23486;
}
</style>