Shades of Deep Cerise #D23985
Tints of Deep Cerise #D23985
RGB
CMYK
RGB Variations
Color information
#D23985 (or 0xD23985) is known color: Deep Cerise. HEX triplet: D2, 39 and 85. RGB value is (210,57,133). Sum of RGB (Red+Green+Blue) = 210+57+133=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 57 (22.66% from 255 or 14.25% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D23985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23985 is #2DC67A. Grayscale: #6F6F6F. Windows color (decimal): -2999931 or 8731090. OLE color: 8731090.
HSL color Cylindrical-coordinate representation of color #D23985: hue angle of 330.2º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23985 is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 133 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.18 |
| HSL | 330.2º | 0.63% | 0.52% | - |
| HSV(B) | 330.2º | 0.73% | 0.82% | - |
| XYZ | 32.28 | 18.32 | 24.03 | - |
| YUV | 111.41 | 140.19 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 133 | 0 | 0.73 | 0.37 | 0.18 | 330.2 | 0.63 | 0.52 |
| Hex | D2 | 39 | 85 | 0 | 49 | 25 | 12 | 14A | 3F | 34 |
| Octal | 322 | 71 | 205 | 0 | 111 | 45 | 22 | 512 | 77 | 64 |
| Binary | 11010010 | 111001 | 10000101 | 0 | 1001001 | 100101 | 10010 | 101001010 | 111111 | 110100 |
Color Harmonies of #D23985
Complementary color
Monochromatic Colors of #D23985
Black with #D23985
Text Example
Text Example
White with #D23985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23985; }
p { color: rgb(210,57,133); }
H1.HeaderClassName
{
color: #D23985;
}
.AnyTagClassName
{
color: #D23985;
}
</style>
background-color css
<style>
a { background-color: #D23985; }
a { background-color: rgb(210,57,133); }
div.DivClassName
{
background-color: #D23985;
}
.BgClassName
{
background-color: #D23985;
}
</style>
border-color css
<style>
span { border-color: #D23985; }
span { border-color: rgb(210,57,133); }
td.TdClassName
{
border-color: #D23985;
}
.TagClassName
{
border-color: #D23985;
}
</style>