Shades of Deep Cerise #D23C7F
Tints of Deep Cerise #D23C7F
RGB
CMYK
RGB Variations
Color information
#D23C7F (or 0xD23C7F) is known color: Deep Cerise. HEX triplet: D2, 3C and 7F. RGB value is (210,60,127). Sum of RGB (Red+Green+Blue) = 210+60+127=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 60 (23.83% from 255 or 15.11% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23C7F is #2DC380. Grayscale: #707070. Windows color (decimal): -2999169 or 8338642. OLE color: 8338642.
HSL color Cylindrical-coordinate representation of color #D23C7F: hue angle of 333.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23C7F is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 127 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.18 |
| HSL | 333.2º | 0.63% | 0.53% | - |
| HSV(B) | 333.2º | 0.71% | 0.82% | - |
| XYZ | 32.02 | 18.47 | 21.96 | - |
| YUV | 112.49 | 136.2 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 127 | 0 | 0.71 | 0.40 | 0.18 | 333.2 | 0.63 | 0.53 |
| Hex | D2 | 3C | 7F | 0 | 47 | 28 | 12 | 14D | 3E | 35 |
| Octal | 322 | 74 | 177 | 0 | 107 | 50 | 22 | 515 | 76 | 65 |
| Binary | 11010010 | 111100 | 1111111 | 0 | 1000111 | 101000 | 10010 | 101001101 | 111110 | 110101 |
Color Harmonies of #D23C7F
Complementary color
Monochromatic Colors of #D23C7F
Black with #D23C7F
Text Example
Text Example
White with #D23C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23C7F; }
p { color: rgb(210,60,127); }
H1.HeaderClassName
{
color: #D23C7F;
}
.AnyTagClassName
{
color: #D23C7F;
}
</style>
background-color css
<style>
a { background-color: #D23C7F; }
a { background-color: rgb(210,60,127); }
div.DivClassName
{
background-color: #D23C7F;
}
.BgClassName
{
background-color: #D23C7F;
}
</style>
border-color css
<style>
span { border-color: #D23C7F; }
span { border-color: rgb(210,60,127); }
td.TdClassName
{
border-color: #D23C7F;
}
.TagClassName
{
border-color: #D23C7F;
}
</style>