Shades of Deep Cerise #D8208B
Tints of Deep Cerise #D8208B
RGB
CMYK
RGB Variations
Color information
#D8208B (or 0xD8208B) is known color: Deep Cerise. HEX triplet: D8, 20 and 8B. RGB value is (216,32,139). Sum of RGB (Red+Green+Blue) = 216+32+139=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 139 (54.69% from 255 or 35.92% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D8208B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8208B is #27DF74. Grayscale: #626262. Windows color (decimal): -2613109 or 9117912. OLE color: 9117912.
HSL color Cylindrical-coordinate representation of color #D8208B: hue angle of 325.11º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D8208B is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 32 | 139 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.15 |
| HSL | 325.11º | 0.74% | 0.49% | - |
| HSV(B) | 325.11º | 0.85% | 0.85% | - |
| XYZ | 33.5 | 17.5 | 26.04 | - |
| YUV | 99.21 | 150.46 | 211.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 139 | 0 | 0.85 | 0.36 | 0.15 | 325.11 | 0.74 | 0.49 |
| Hex | D8 | 20 | 8B | 0 | 55 | 24 | F | 145 | 4A | 31 |
| Octal | 330 | 40 | 213 | 0 | 125 | 44 | 17 | 505 | 112 | 61 |
| Binary | 11011000 | 100000 | 10001011 | 0 | 1010101 | 100100 | 1111 | 101000101 | 1001010 | 110001 |
Color Harmonies of #D8208B
Complementary color
Monochromatic Colors of #D8208B
Black with #D8208B
Text Example
Text Example
White with #D8208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8208B; }
p { color: rgb(216,32,139); }
H1.HeaderClassName
{
color: #D8208B;
}
.AnyTagClassName
{
color: #D8208B;
}
</style>
background-color css
<style>
a { background-color: #D8208B; }
a { background-color: rgb(216,32,139); }
div.DivClassName
{
background-color: #D8208B;
}
.BgClassName
{
background-color: #D8208B;
}
</style>
border-color css
<style>
span { border-color: #D8208B; }
span { border-color: rgb(216,32,139); }
td.TdClassName
{
border-color: #D8208B;
}
.TagClassName
{
border-color: #D8208B;
}
</style>