Shades of Deep Cerise #D23585
Tints of Deep Cerise #D23585
RGB
CMYK
RGB Variations
Color information
#D23585 (or 0xD23585) is known color: Deep Cerise. HEX triplet: D2, 35 and 85. RGB value is (210,53,133). Sum of RGB (Red+Green+Blue) = 210+53+133=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D23585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23585 is #2DCA7A. Grayscale: #6C6C6C. Windows color (decimal): -3000955 or 8730066. OLE color: 8730066.
HSL color Cylindrical-coordinate representation of color #D23585: hue angle of 329.43º 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 #D23585 is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 133 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.18 |
| HSL | 329.43º | 0.64% | 0.52% | - |
| HSV(B) | 329.43º | 0.75% | 0.82% | - |
| XYZ | 32.09 | 17.94 | 23.96 | - |
| YUV | 109.06 | 141.51 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 133 | 0 | 0.75 | 0.37 | 0.18 | 329.43 | 0.64 | 0.52 |
| Hex | D2 | 35 | 85 | 0 | 4B | 25 | 12 | 149 | 40 | 34 |
| Octal | 322 | 65 | 205 | 0 | 113 | 45 | 22 | 511 | 100 | 64 |
| Binary | 11010010 | 110101 | 10000101 | 0 | 1001011 | 100101 | 10010 | 101001001 | 1000000 | 110100 |
Color Harmonies of #D23585
Complementary color
Monochromatic Colors of #D23585
Black with #D23585
Text Example
Text Example
White with #D23585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23585; }
p { color: rgb(210,53,133); }
H1.HeaderClassName
{
color: #D23585;
}
.AnyTagClassName
{
color: #D23585;
}
</style>
background-color css
<style>
a { background-color: #D23585; }
a { background-color: rgb(210,53,133); }
div.DivClassName
{
background-color: #D23585;
}
.BgClassName
{
background-color: #D23585;
}
</style>
border-color css
<style>
span { border-color: #D23585; }
span { border-color: rgb(210,53,133); }
td.TdClassName
{
border-color: #D23585;
}
.TagClassName
{
border-color: #D23585;
}
</style>