Shades of Deep Cerise #D8308B
Tints of Deep Cerise #D8308B
RGB
CMYK
RGB Variations
Color information
#D8308B (or 0xD8308B) is known color: Deep Cerise. HEX triplet: D8, 30 and 8B. RGB value is (216,48,139). Sum of RGB (Red+Green+Blue) = 216+48+139=403 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.60% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 216 - color contains mainly: red. Hex color #D8308B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8308B is #27CF74. Grayscale: #6C6C6C. Windows color (decimal): -2609013 or 9122008. OLE color: 9122008.
HSL color Cylindrical-coordinate representation of color #D8308B: hue angle of 327.5º 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 #D8308B is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 48 | 139 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.15 |
| HSL | 327.5º | 0.68% | 0.52% | - |
| HSV(B) | 327.5º | 0.78% | 0.85% | - |
| XYZ | 34.04 | 18.58 | 26.22 | - |
| YUV | 108.61 | 145.16 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 48 | 139 | 0 | 0.78 | 0.36 | 0.15 | 327.5 | 0.68 | 0.52 |
| Hex | D8 | 30 | 8B | 0 | 4E | 24 | F | 148 | 44 | 34 |
| Octal | 330 | 60 | 213 | 0 | 116 | 44 | 17 | 510 | 104 | 64 |
| Binary | 11011000 | 110000 | 10001011 | 0 | 1001110 | 100100 | 1111 | 101001000 | 1000100 | 110100 |
Color Harmonies of #D8308B
Complementary color
Monochromatic Colors of #D8308B
Black with #D8308B
Text Example
Text Example
White with #D8308B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8308B; }
p { color: rgb(216,48,139); }
H1.HeaderClassName
{
color: #D8308B;
}
.AnyTagClassName
{
color: #D8308B;
}
</style>
background-color css
<style>
a { background-color: #D8308B; }
a { background-color: rgb(216,48,139); }
div.DivClassName
{
background-color: #D8308B;
}
.BgClassName
{
background-color: #D8308B;
}
</style>
border-color css
<style>
span { border-color: #D8308B; }
span { border-color: rgb(216,48,139); }
td.TdClassName
{
border-color: #D8308B;
}
.TagClassName
{
border-color: #D8308B;
}
</style>