Shades of Deep Cerise #D23D7E
Tints of Deep Cerise #D23D7E
RGB
CMYK
RGB Variations
Color information
#D23D7E (or 0xD23D7E) is known color: Deep Cerise. HEX triplet: D2, 3D and 7E. RGB value is (210,61,126). Sum of RGB (Red+Green+Blue) = 210+61+126=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23D7E is #2DC281. Grayscale: #707070. Windows color (decimal): -2998914 or 8273362. OLE color: 8273362.
HSL color Cylindrical-coordinate representation of color #D23D7E: hue angle of 333.83º 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 #D23D7E is Cyan = 0, Magento = 0.71, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 126 | - |
| CMYK | 0 | 0.71 | 0.4 | 0.18 |
| HSL | 333.83º | 0.62% | 0.53% | - |
| HSV(B) | 333.83º | 0.71% | 0.82% | - |
| XYZ | 32.01 | 18.55 | 21.63 | - |
| YUV | 112.96 | 135.36 | 197.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 126 | 0 | 0.71 | 0.4 | 0.18 | 333.83 | 0.62 | 0.53 |
| Hex | D2 | 3D | 7E | 0 | 47 | 28 | 12 | 14E | 3E | 35 |
| Octal | 322 | 75 | 176 | 0 | 107 | 50 | 22 | 516 | 76 | 65 |
| Binary | 11010010 | 111101 | 1111110 | 0 | 1000111 | 101000 | 10010 | 101001110 | 111110 | 110101 |
Color Harmonies of #D23D7E
Complementary color
Monochromatic Colors of #D23D7E
Black with #D23D7E
Text Example
Text Example
White with #D23D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23D7E; }
p { color: rgb(210,61,126); }
H1.HeaderClassName
{
color: #D23D7E;
}
.AnyTagClassName
{
color: #D23D7E;
}
</style>
background-color css
<style>
a { background-color: #D23D7E; }
a { background-color: rgb(210,61,126); }
div.DivClassName
{
background-color: #D23D7E;
}
.BgClassName
{
background-color: #D23D7E;
}
</style>
border-color css
<style>
span { border-color: #D23D7E; }
span { border-color: rgb(210,61,126); }
td.TdClassName
{
border-color: #D23D7E;
}
.TagClassName
{
border-color: #D23D7E;
}
</style>