Shades of Cerise #D23E70
Tints of Cerise #D23E70
RGB
CMYK
RGB Variations
Color information
#D23E70 (or 0xD23E70) is known color: Cerise. HEX triplet: D2, 3E and 70. RGB value is (210,62,112). Sum of RGB (Red+Green+Blue) = 210+62+112=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 62 (24.61% from 255 or 16.15% from 384); Blue value is 112 (44.14% from 255 or 29.17% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23E70 is #2DC18F. Grayscale: #6F6F6F. Windows color (decimal): -2998672 or 7356114. OLE color: 7356114.
HSL color Cylindrical-coordinate representation of color #D23E70: hue angle of 339.73º 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 #D23E70 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 62 | 112 | - |
| CMYK | 0 | 0.70 | 0.47 | 0.18 |
| HSL | 339.73º | 0.62% | 0.53% | - |
| HSV(B) | 339.73º | 0.7% | 0.82% | - |
| XYZ | 31.23 | 18.32 | 17.22 | - |
| YUV | 111.95 | 128.03 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 112 | 0 | 0.70 | 0.47 | 0.18 | 339.73 | 0.62 | 0.53 |
| Hex | D2 | 3E | 70 | 0 | 46 | 2F | 12 | 154 | 3E | 35 |
| Octal | 322 | 76 | 160 | 0 | 106 | 57 | 22 | 524 | 76 | 65 |
| Binary | 11010010 | 111110 | 1110000 | 0 | 1000110 | 101111 | 10010 | 101010100 | 111110 | 110101 |
Color Harmonies of #D23E70
Complementary color
Monochromatic Colors of #D23E70
Black with #D23E70
Text Example
Text Example
White with #D23E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23E70; }
p { color: rgb(210,62,112); }
H1.HeaderClassName
{
color: #D23E70;
}
.AnyTagClassName
{
color: #D23E70;
}
</style>
background-color css
<style>
a { background-color: #D23E70; }
a { background-color: rgb(210,62,112); }
div.DivClassName
{
background-color: #D23E70;
}
.BgClassName
{
background-color: #D23E70;
}
</style>
border-color css
<style>
span { border-color: #D23E70; }
span { border-color: rgb(210,62,112); }
td.TdClassName
{
border-color: #D23E70;
}
.TagClassName
{
border-color: #D23E70;
}
</style>