Shades of Deep Cerise #D23D86
Tints of Deep Cerise #D23D86
RGB
CMYK
RGB Variations
Color information
#D23D86 (or 0xD23D86) is known color: Deep Cerise. HEX triplet: D2, 3D and 86. RGB value is (210,61,134). Sum of RGB (Red+Green+Blue) = 210+61+134=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23D86 is #2DC279. Grayscale: #717171. Windows color (decimal): -2998906 or 8797650. OLE color: 8797650.
HSL color Cylindrical-coordinate representation of color #D23D86: hue angle of 330.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23D86 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 134 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.18 |
| HSL | 330.6º | 0.62% | 0.53% | - |
| HSV(B) | 330.6º | 0.71% | 0.82% | - |
| XYZ | 32.55 | 18.76 | 24.46 | - |
| YUV | 113.87 | 139.36 | 196.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 134 | 0 | 0.71 | 0.36 | 0.18 | 330.6 | 0.62 | 0.53 |
| Hex | D2 | 3D | 86 | 0 | 47 | 24 | 12 | 14B | 3E | 35 |
| Octal | 322 | 75 | 206 | 0 | 107 | 44 | 22 | 513 | 76 | 65 |
| Binary | 11010010 | 111101 | 10000110 | 0 | 1000111 | 100100 | 10010 | 101001011 | 111110 | 110101 |
Color Harmonies of #D23D86
Complementary color
Monochromatic Colors of #D23D86
Black with #D23D86
Text Example
Text Example
White with #D23D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23D86; }
p { color: rgb(210,61,134); }
H1.HeaderClassName
{
color: #D23D86;
}
.AnyTagClassName
{
color: #D23D86;
}
</style>
background-color css
<style>
a { background-color: #D23D86; }
a { background-color: rgb(210,61,134); }
div.DivClassName
{
background-color: #D23D86;
}
.BgClassName
{
background-color: #D23D86;
}
</style>
border-color css
<style>
span { border-color: #D23D86; }
span { border-color: rgb(210,61,134); }
td.TdClassName
{
border-color: #D23D86;
}
.TagClassName
{
border-color: #D23D86;
}
</style>