Shades of Deep Cerise #D23D8B
Tints of Deep Cerise #D23D8B
RGB
CMYK
RGB Variations
Color information
#D23D8B (or 0xD23D8B) is known color: Deep Cerise. HEX triplet: D2, 3D and 8B. RGB value is (210,61,139). Sum of RGB (Red+Green+Blue) = 210+61+139=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23D8B is #2DC274. Grayscale: #727272. Windows color (decimal): -2998901 or 9125330. OLE color: 9125330.
HSL color Cylindrical-coordinate representation of color #D23D8B: hue angle of 328.59º 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 #D23D8B is Cyan = 0, Magento = 0.71, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 61 | 139 | - |
| CMYK | 0 | 0.71 | 0.34 | 0.18 |
| HSL | 328.59º | 0.62% | 0.53% | - |
| HSV(B) | 328.59º | 0.71% | 0.82% | - |
| XYZ | 32.91 | 18.9 | 26.34 | - |
| YUV | 114.44 | 141.86 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 61 | 139 | 0 | 0.71 | 0.34 | 0.18 | 328.59 | 0.62 | 0.53 |
| Hex | D2 | 3D | 8B | 0 | 47 | 22 | 12 | 149 | 3E | 35 |
| Octal | 322 | 75 | 213 | 0 | 107 | 42 | 22 | 511 | 76 | 65 |
| Binary | 11010010 | 111101 | 10001011 | 0 | 1000111 | 100010 | 10010 | 101001001 | 111110 | 110101 |
Color Harmonies of #D23D8B
Complementary color
Monochromatic Colors of #D23D8B
Black with #D23D8B
Text Example
Text Example
White with #D23D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23D8B; }
p { color: rgb(210,61,139); }
H1.HeaderClassName
{
color: #D23D8B;
}
.AnyTagClassName
{
color: #D23D8B;
}
</style>
background-color css
<style>
a { background-color: #D23D8B; }
a { background-color: rgb(210,61,139); }
div.DivClassName
{
background-color: #D23D8B;
}
.BgClassName
{
background-color: #D23D8B;
}
</style>
border-color css
<style>
span { border-color: #D23D8B; }
span { border-color: rgb(210,61,139); }
td.TdClassName
{
border-color: #D23D8B;
}
.TagClassName
{
border-color: #D23D8B;
}
</style>