Shades of Deep Cerise #D23A8C
Tints of Deep Cerise #D23A8C
RGB
CMYK
RGB Variations
Color information
#D23A8C (or 0xD23A8C) is known color: Deep Cerise. HEX triplet: D2, 3A and 8C. RGB value is (210,58,140). Sum of RGB (Red+Green+Blue) = 210+58+140=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 58 (23.05% from 255 or 14.22% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23A8C is #2DC573. Grayscale: #707070. Windows color (decimal): -2999668 or 9190098. OLE color: 9190098.
HSL color Cylindrical-coordinate representation of color #D23A8C: hue angle of 327.63º 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 #D23A8C is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 140 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.18 |
| HSL | 327.63º | 0.63% | 0.53% | - |
| HSV(B) | 327.63º | 0.72% | 0.82% | - |
| XYZ | 32.83 | 18.62 | 26.68 | - |
| YUV | 112.8 | 143.36 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 140 | 0 | 0.72 | 0.33 | 0.18 | 327.63 | 0.63 | 0.53 |
| Hex | D2 | 3A | 8C | 0 | 48 | 21 | 12 | 148 | 3F | 35 |
| Octal | 322 | 72 | 214 | 0 | 110 | 41 | 22 | 510 | 77 | 65 |
| Binary | 11010010 | 111010 | 10001100 | 0 | 1001000 | 100001 | 10010 | 101001000 | 111111 | 110101 |
Color Harmonies of #D23A8C
Complementary color
Monochromatic Colors of #D23A8C
Black with #D23A8C
Text Example
Text Example
White with #D23A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23A8C; }
p { color: rgb(210,58,140); }
H1.HeaderClassName
{
color: #D23A8C;
}
.AnyTagClassName
{
color: #D23A8C;
}
</style>
background-color css
<style>
a { background-color: #D23A8C; }
a { background-color: rgb(210,58,140); }
div.DivClassName
{
background-color: #D23A8C;
}
.BgClassName
{
background-color: #D23A8C;
}
</style>
border-color css
<style>
span { border-color: #D23A8C; }
span { border-color: rgb(210,58,140); }
td.TdClassName
{
border-color: #D23A8C;
}
.TagClassName
{
border-color: #D23A8C;
}
</style>