Shades of Deep Cerise #D8308D
Tints of Deep Cerise #D8308D
RGB
CMYK
RGB Variations
Color information
#D8308D (or 0xD8308D) is known color: Deep Cerise. HEX triplet: D8, 30 and 8D. RGB value is (216,48,141). Sum of RGB (Red+Green+Blue) = 216+48+141=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 48 (19.14% from 255 or 11.85% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D8308D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8308D is #27CF72. Grayscale: #6C6C6C. Windows color (decimal): -2609011 or 9253080. OLE color: 9253080.
HSL color Cylindrical-coordinate representation of color #D8308D: hue angle of 326.79º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D8308D is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 48 | 141 | - |
| CMYK | 0 | 0.78 | 0.35 | 0.15 |
| HSL | 326.79º | 0.68% | 0.52% | - |
| HSV(B) | 326.79º | 0.78% | 0.85% | - |
| XYZ | 34.18 | 18.64 | 26.99 | - |
| YUV | 108.83 | 146.16 | 204.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 48 | 141 | 0 | 0.78 | 0.35 | 0.15 | 326.79 | 0.68 | 0.52 |
| Hex | D8 | 30 | 8D | 0 | 4E | 23 | F | 147 | 44 | 34 |
| Octal | 330 | 60 | 215 | 0 | 116 | 43 | 17 | 507 | 104 | 64 |
| Binary | 11011000 | 110000 | 10001101 | 0 | 1001110 | 100011 | 1111 | 101000111 | 1000100 | 110100 |
Color Harmonies of #D8308D
Complementary color
Monochromatic Colors of #D8308D
Black with #D8308D
Text Example
Text Example
White with #D8308D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8308D; }
p { color: rgb(216,48,141); }
H1.HeaderClassName
{
color: #D8308D;
}
.AnyTagClassName
{
color: #D8308D;
}
</style>
background-color css
<style>
a { background-color: #D8308D; }
a { background-color: rgb(216,48,141); }
div.DivClassName
{
background-color: #D8308D;
}
.BgClassName
{
background-color: #D8308D;
}
</style>
border-color css
<style>
span { border-color: #D8308D; }
span { border-color: rgb(216,48,141); }
td.TdClassName
{
border-color: #D8308D;
}
.TagClassName
{
border-color: #D8308D;
}
</style>