Shades of Deep Cerise #D23E8B
Tints of Deep Cerise #D23E8B
RGB
CMYK
RGB Variations
Color information
#D23E8B (or 0xD23E8B) is known color: Deep Cerise. HEX triplet: D2, 3E and 8B. RGB value is (210,62,139). Sum of RGB (Red+Green+Blue) = 210+62+139=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 62 (24.61% from 255 or 15.09% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23E8B is #2DC174. Grayscale: #727272. Windows color (decimal): -2998645 or 9125586. OLE color: 9125586.
HSL color Cylindrical-coordinate representation of color #D23E8B: hue angle of 328.78º 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 #D23E8B is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 62 | 139 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.18 |
| HSL | 328.78º | 0.62% | 0.53% | - |
| HSV(B) | 328.78º | 0.7% | 0.82% | - |
| XYZ | 32.96 | 19.01 | 26.36 | - |
| YUV | 115.03 | 141.53 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 62 | 139 | 0 | 0.70 | 0.34 | 0.18 | 328.78 | 0.62 | 0.53 |
| Hex | D2 | 3E | 8B | 0 | 46 | 22 | 12 | 149 | 3E | 35 |
| Octal | 322 | 76 | 213 | 0 | 106 | 42 | 22 | 511 | 76 | 65 |
| Binary | 11010010 | 111110 | 10001011 | 0 | 1000110 | 100010 | 10010 | 101001001 | 111110 | 110101 |
Color Harmonies of #D23E8B
Complementary color
Monochromatic Colors of #D23E8B
Black with #D23E8B
Text Example
Text Example
White with #D23E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23E8B; }
p { color: rgb(210,62,139); }
H1.HeaderClassName
{
color: #D23E8B;
}
.AnyTagClassName
{
color: #D23E8B;
}
</style>
background-color css
<style>
a { background-color: #D23E8B; }
a { background-color: rgb(210,62,139); }
div.DivClassName
{
background-color: #D23E8B;
}
.BgClassName
{
background-color: #D23E8B;
}
</style>
border-color css
<style>
span { border-color: #D23E8B; }
span { border-color: rgb(210,62,139); }
td.TdClassName
{
border-color: #D23E8B;
}
.TagClassName
{
border-color: #D23E8B;
}
</style>