Shades of Deep Cerise #D23F7C
Tints of Deep Cerise #D23F7C
RGB
CMYK
RGB Variations
Color information
#D23F7C (or 0xD23F7C) is known color: Deep Cerise. HEX triplet: D2, 3F and 7C. RGB value is (210,63,124). Sum of RGB (Red+Green+Blue) = 210+63+124=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23F7C is #2DC083. Grayscale: #717171. Windows color (decimal): -2998404 or 8142802. OLE color: 8142802.
HSL color Cylindrical-coordinate representation of color #D23F7C: hue angle of 335.1º 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 #D23F7C is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 124 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.18 |
| HSL | 335.1º | 0.62% | 0.54% | - |
| HSV(B) | 335.1º | 0.7% | 0.82% | - |
| XYZ | 31.99 | 18.71 | 20.99 | - |
| YUV | 113.91 | 133.7 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 124 | 0 | 0.70 | 0.41 | 0.18 | 335.1 | 0.62 | 0.54 |
| Hex | D2 | 3F | 7C | 0 | 46 | 29 | 12 | 14F | 3E | 36 |
| Octal | 322 | 77 | 174 | 0 | 106 | 51 | 22 | 517 | 76 | 66 |
| Binary | 11010010 | 111111 | 1111100 | 0 | 1000110 | 101001 | 10010 | 101001111 | 111110 | 110110 |
Color Harmonies of #D23F7C
Complementary color
Monochromatic Colors of #D23F7C
Black with #D23F7C
Text Example
Text Example
White with #D23F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23F7C; }
p { color: rgb(210,63,124); }
H1.HeaderClassName
{
color: #D23F7C;
}
.AnyTagClassName
{
color: #D23F7C;
}
</style>
background-color css
<style>
a { background-color: #D23F7C; }
a { background-color: rgb(210,63,124); }
div.DivClassName
{
background-color: #D23F7C;
}
.BgClassName
{
background-color: #D23F7C;
}
</style>
border-color css
<style>
span { border-color: #D23F7C; }
span { border-color: rgb(210,63,124); }
td.TdClassName
{
border-color: #D23F7C;
}
.TagClassName
{
border-color: #D23F7C;
}
</style>