Shades of Deep Cerise #D23E7D
Tints of Deep Cerise #D23E7D
RGB
CMYK
RGB Variations
Color information
#D23E7D (or 0xD23E7D) is known color: Deep Cerise. HEX triplet: D2, 3E and 7D. RGB value is (210,62,125). Sum of RGB (Red+Green+Blue) = 210+62+125=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23E7D is #2DC182. Grayscale: #717171. Windows color (decimal): -2998659 or 8208082. OLE color: 8208082.
HSL color Cylindrical-coordinate representation of color #D23E7D: hue angle of 334.46º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D23E7D is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 62 | 125 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.18 |
| HSL | 334.46º | 0.62% | 0.53% | - |
| HSV(B) | 334.46º | 0.7% | 0.82% | - |
| XYZ | 32 | 18.63 | 21.31 | - |
| YUV | 113.43 | 134.53 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 125 | 0 | 0.70 | 0.40 | 0.18 | 334.46 | 0.62 | 0.53 |
| Hex | D2 | 3E | 7D | 0 | 46 | 28 | 12 | 14E | 3E | 35 |
| Octal | 322 | 76 | 175 | 0 | 106 | 50 | 22 | 516 | 76 | 65 |
| Binary | 11010010 | 111110 | 1111101 | 0 | 1000110 | 101000 | 10010 | 101001110 | 111110 | 110101 |
Color Harmonies of #D23E7D
Complementary color
Monochromatic Colors of #D23E7D
Black with #D23E7D
Text Example
Text Example
White with #D23E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23E7D; }
p { color: rgb(210,62,125); }
H1.HeaderClassName
{
color: #D23E7D;
}
.AnyTagClassName
{
color: #D23E7D;
}
</style>
background-color css
<style>
a { background-color: #D23E7D; }
a { background-color: rgb(210,62,125); }
div.DivClassName
{
background-color: #D23E7D;
}
.BgClassName
{
background-color: #D23E7D;
}
</style>
border-color css
<style>
span { border-color: #D23E7D; }
span { border-color: rgb(210,62,125); }
td.TdClassName
{
border-color: #D23E7D;
}
.TagClassName
{
border-color: #D23E7D;
}
</style>