Shades of Deep Cerise #D23F83
Tints of Deep Cerise #D23F83
RGB
CMYK
RGB Variations
Color information
#D23F83 (or 0xD23F83) is known color: Deep Cerise. HEX triplet: D2, 3F and 83. RGB value is (210,63,131). Sum of RGB (Red+Green+Blue) = 210+63+131=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 131 (51.56% from 255 or 32.43% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23F83 is #2DC07C. Grayscale: #727272. Windows color (decimal): -2998397 or 8601554. OLE color: 8601554.
HSL color Cylindrical-coordinate representation of color #D23F83: hue angle of 332.24º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23F83 is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 131 | - |
| CMYK | 0 | 0.70 | 0.38 | 0.18 |
| HSL | 332.24º | 0.62% | 0.54% | - |
| HSV(B) | 332.24º | 0.7% | 0.82% | - |
| XYZ | 32.45 | 18.9 | 23.41 | - |
| YUV | 114.71 | 137.2 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 131 | 0 | 0.70 | 0.38 | 0.18 | 332.24 | 0.62 | 0.54 |
| Hex | D2 | 3F | 83 | 0 | 46 | 26 | 12 | 14C | 3E | 36 |
| Octal | 322 | 77 | 203 | 0 | 106 | 46 | 22 | 514 | 76 | 66 |
| Binary | 11010010 | 111111 | 10000011 | 0 | 1000110 | 100110 | 10010 | 101001100 | 111110 | 110110 |
Color Harmonies of #D23F83
Complementary color
Monochromatic Colors of #D23F83
Black with #D23F83
Text Example
Text Example
White with #D23F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23F83; }
p { color: rgb(210,63,131); }
H1.HeaderClassName
{
color: #D23F83;
}
.AnyTagClassName
{
color: #D23F83;
}
</style>
background-color css
<style>
a { background-color: #D23F83; }
a { background-color: rgb(210,63,131); }
div.DivClassName
{
background-color: #D23F83;
}
.BgClassName
{
background-color: #D23F83;
}
</style>
border-color css
<style>
span { border-color: #D23F83; }
span { border-color: rgb(210,63,131); }
td.TdClassName
{
border-color: #D23F83;
}
.TagClassName
{
border-color: #D23F83;
}
</style>