Shades of Deep Cerise #D23A7C
Tints of Deep Cerise #D23A7C
RGB
CMYK
RGB Variations
Color information
#D23A7C (or 0xD23A7C) is known color: Deep Cerise. HEX triplet: D2, 3A and 7C. RGB value is (210,58,124). Sum of RGB (Red+Green+Blue) = 210+58+124=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23A7C is #2DC583. Grayscale: #6E6E6E. Windows color (decimal): -2999684 or 8141522. OLE color: 8141522.
HSL color Cylindrical-coordinate representation of color #D23A7C: hue angle of 333.95º 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 #D23A7C is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 124 | - |
| CMYK | 0 | 0.72 | 0.41 | 0.18 |
| HSL | 333.95º | 0.63% | 0.53% | - |
| HSV(B) | 333.95º | 0.72% | 0.82% | - |
| XYZ | 31.73 | 18.18 | 20.91 | - |
| YUV | 110.97 | 135.36 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 124 | 0 | 0.72 | 0.41 | 0.18 | 333.95 | 0.63 | 0.53 |
| Hex | D2 | 3A | 7C | 0 | 48 | 29 | 12 | 14E | 3F | 35 |
| Octal | 322 | 72 | 174 | 0 | 110 | 51 | 22 | 516 | 77 | 65 |
| Binary | 11010010 | 111010 | 1111100 | 0 | 1001000 | 101001 | 10010 | 101001110 | 111111 | 110101 |
Color Harmonies of #D23A7C
Complementary color
Monochromatic Colors of #D23A7C
Black with #D23A7C
Text Example
Text Example
White with #D23A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23A7C; }
p { color: rgb(210,58,124); }
H1.HeaderClassName
{
color: #D23A7C;
}
.AnyTagClassName
{
color: #D23A7C;
}
</style>
background-color css
<style>
a { background-color: #D23A7C; }
a { background-color: rgb(210,58,124); }
div.DivClassName
{
background-color: #D23A7C;
}
.BgClassName
{
background-color: #D23A7C;
}
</style>
border-color css
<style>
span { border-color: #D23A7C; }
span { border-color: rgb(210,58,124); }
td.TdClassName
{
border-color: #D23A7C;
}
.TagClassName
{
border-color: #D23A7C;
}
</style>