Shades of Deep Cerise #D23A83
Tints of Deep Cerise #D23A83
RGB
CMYK
RGB Variations
Color information
#D23A83 (or 0xD23A83) is known color: Deep Cerise. HEX triplet: D2, 3A and 83. RGB value is (210,58,131). Sum of RGB (Red+Green+Blue) = 210+58+131=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 58 (23.05% from 255 or 14.54% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23A83 is #2DC57C. Grayscale: #6F6F6F. Windows color (decimal): -2999677 or 8600274. OLE color: 8600274.
HSL color Cylindrical-coordinate representation of color #D23A83: hue angle of 331.18º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23A83 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 131 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.18 |
| HSL | 331.18º | 0.63% | 0.53% | - |
| HSV(B) | 331.18º | 0.72% | 0.82% | - |
| XYZ | 32.19 | 18.37 | 23.32 | - |
| YUV | 111.77 | 138.86 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 131 | 0 | 0.72 | 0.38 | 0.18 | 331.18 | 0.63 | 0.53 |
| Hex | D2 | 3A | 83 | 0 | 48 | 26 | 12 | 14B | 3F | 35 |
| Octal | 322 | 72 | 203 | 0 | 110 | 46 | 22 | 513 | 77 | 65 |
| Binary | 11010010 | 111010 | 10000011 | 0 | 1001000 | 100110 | 10010 | 101001011 | 111111 | 110101 |
Color Harmonies of #D23A83
Complementary color
Monochromatic Colors of #D23A83
Black with #D23A83
Text Example
Text Example
White with #D23A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23A83; }
p { color: rgb(210,58,131); }
H1.HeaderClassName
{
color: #D23A83;
}
.AnyTagClassName
{
color: #D23A83;
}
</style>
background-color css
<style>
a { background-color: #D23A83; }
a { background-color: rgb(210,58,131); }
div.DivClassName
{
background-color: #D23A83;
}
.BgClassName
{
background-color: #D23A83;
}
</style>
border-color css
<style>
span { border-color: #D23A83; }
span { border-color: rgb(210,58,131); }
td.TdClassName
{
border-color: #D23A83;
}
.TagClassName
{
border-color: #D23A83;
}
</style>