Shades of Cerise #D23E6E
Tints of Cerise #D23E6E
RGB
CMYK
RGB Variations
Color information
#D23E6E (or 0xD23E6E) is known color: Cerise. HEX triplet: D2, 3E and 6E. RGB value is (210,62,110). Sum of RGB (Red+Green+Blue) = 210+62+110=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23E6E is #2DC191. Grayscale: #6F6F6F. Windows color (decimal): -2998674 or 7225042. OLE color: 7225042.
HSL color Cylindrical-coordinate representation of color #D23E6E: hue angle of 340.54º 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 #D23E6E is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 62 | 110 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.18 |
| HSL | 340.54º | 0.62% | 0.53% | - |
| HSV(B) | 340.54º | 0.7% | 0.82% | - |
| XYZ | 31.12 | 18.27 | 16.64 | - |
| YUV | 111.72 | 127.03 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 110 | 0 | 0.70 | 0.48 | 0.18 | 340.54 | 0.62 | 0.53 |
| Hex | D2 | 3E | 6E | 0 | 46 | 30 | 12 | 155 | 3E | 35 |
| Octal | 322 | 76 | 156 | 0 | 106 | 60 | 22 | 525 | 76 | 65 |
| Binary | 11010010 | 111110 | 1101110 | 0 | 1000110 | 110000 | 10010 | 101010101 | 111110 | 110101 |
Color Harmonies of #D23E6E
Complementary color
Monochromatic Colors of #D23E6E
Black with #D23E6E
Text Example
Text Example
White with #D23E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23E6E; }
p { color: rgb(210,62,110); }
H1.HeaderClassName
{
color: #D23E6E;
}
.AnyTagClassName
{
color: #D23E6E;
}
</style>
background-color css
<style>
a { background-color: #D23E6E; }
a { background-color: rgb(210,62,110); }
div.DivClassName
{
background-color: #D23E6E;
}
.BgClassName
{
background-color: #D23E6E;
}
</style>
border-color css
<style>
span { border-color: #D23E6E; }
span { border-color: rgb(210,62,110); }
td.TdClassName
{
border-color: #D23E6E;
}
.TagClassName
{
border-color: #D23E6E;
}
</style>