Shades of Deep Cerise #D23B8B
Tints of Deep Cerise #D23B8B
RGB
CMYK
RGB Variations
Color information
#D23B8B (or 0xD23B8B) is known color: Deep Cerise. HEX triplet: D2, 3B and 8B. RGB value is (210,59,139). Sum of RGB (Red+Green+Blue) = 210+59+139=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 59 (23.44% from 255 or 14.46% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D23B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23B8B is #2DC474. Grayscale: #717171. Windows color (decimal): -2999413 or 9124818. OLE color: 9124818.
HSL color Cylindrical-coordinate representation of color #D23B8B: hue angle of 328.21º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23B8B is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 59 | 139 | - |
| CMYK | 0 | 0.72 | 0.34 | 0.18 |
| HSL | 328.21º | 0.63% | 0.53% | - |
| HSV(B) | 328.21º | 0.72% | 0.82% | - |
| XYZ | 32.8 | 18.69 | 26.31 | - |
| YUV | 113.27 | 142.53 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 59 | 139 | 0 | 0.72 | 0.34 | 0.18 | 328.21 | 0.63 | 0.53 |
| Hex | D2 | 3B | 8B | 0 | 48 | 22 | 12 | 148 | 3F | 35 |
| Octal | 322 | 73 | 213 | 0 | 110 | 42 | 22 | 510 | 77 | 65 |
| Binary | 11010010 | 111011 | 10001011 | 0 | 1001000 | 100010 | 10010 | 101001000 | 111111 | 110101 |
Color Harmonies of #D23B8B
Complementary color
Monochromatic Colors of #D23B8B
Black with #D23B8B
Text Example
Text Example
White with #D23B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23B8B; }
p { color: rgb(210,59,139); }
H1.HeaderClassName
{
color: #D23B8B;
}
.AnyTagClassName
{
color: #D23B8B;
}
</style>
background-color css
<style>
a { background-color: #D23B8B; }
a { background-color: rgb(210,59,139); }
div.DivClassName
{
background-color: #D23B8B;
}
.BgClassName
{
background-color: #D23B8B;
}
</style>
border-color css
<style>
span { border-color: #D23B8B; }
span { border-color: rgb(210,59,139); }
td.TdClassName
{
border-color: #D23B8B;
}
.TagClassName
{
border-color: #D23B8B;
}
</style>