Shades of Deep Cerise #D8318B
Tints of Deep Cerise #D8318B
RGB
CMYK
RGB Variations
Color information
#D8318B (or 0xD8318B) is known color: Deep Cerise. HEX triplet: D8, 31 and 8B. RGB value is (216,49,139). Sum of RGB (Red+Green+Blue) = 216+49+139=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 49 (19.53% from 255 or 12.13% from 404); Blue value is 139 (54.69% from 255 or 34.41% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D8318B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8318B is #27CE74. Grayscale: #6D6D6D. Windows color (decimal): -2608757 or 9122264. OLE color: 9122264.
HSL color Cylindrical-coordinate representation of color #D8318B: hue angle of 327.66º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D8318B is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 49 | 139 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.15 |
| HSL | 327.66º | 0.68% | 0.52% | - |
| HSV(B) | 327.66º | 0.77% | 0.85% | - |
| XYZ | 34.08 | 18.66 | 26.23 | - |
| YUV | 109.19 | 144.83 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 49 | 139 | 0 | 0.77 | 0.36 | 0.15 | 327.66 | 0.68 | 0.52 |
| Hex | D8 | 31 | 8B | 0 | 4D | 24 | F | 148 | 44 | 34 |
| Octal | 330 | 61 | 213 | 0 | 115 | 44 | 17 | 510 | 104 | 64 |
| Binary | 11011000 | 110001 | 10001011 | 0 | 1001101 | 100100 | 1111 | 101001000 | 1000100 | 110100 |
Color Harmonies of #D8318B
Complementary color
Monochromatic Colors of #D8318B
Black with #D8318B
Text Example
Text Example
White with #D8318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8318B; }
p { color: rgb(216,49,139); }
H1.HeaderClassName
{
color: #D8318B;
}
.AnyTagClassName
{
color: #D8318B;
}
</style>
background-color css
<style>
a { background-color: #D8318B; }
a { background-color: rgb(216,49,139); }
div.DivClassName
{
background-color: #D8318B;
}
.BgClassName
{
background-color: #D8318B;
}
</style>
border-color css
<style>
span { border-color: #D8318B; }
span { border-color: rgb(216,49,139); }
td.TdClassName
{
border-color: #D8318B;
}
.TagClassName
{
border-color: #D8318B;
}
</style>