Shades of Deep Cerise #D8379B
Tints of Deep Cerise #D8379B
RGB
CMYK
RGB Variations
Color information
#D8379B (or 0xD8379B) is known color: Deep Cerise. HEX triplet: D8, 37 and 9B. RGB value is (216,55,155). Sum of RGB (Red+Green+Blue) = 216+55+155=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 55 (21.88% from 255 or 12.91% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8379B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D8379B is #27C864. Grayscale: #727272. Windows color (decimal): -2607205 or 10172376. OLE color: 10172376.
HSL color Cylindrical-coordinate representation of color #D8379B: hue angle of 322.73º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8379B is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 55 | 155 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.15 |
| HSL | 322.73º | 0.67% | 0.53% | - |
| HSV(B) | 322.73º | 0.75% | 0.85% | - |
| XYZ | 35.6 | 19.7 | 32.94 | - |
| YUV | 114.54 | 150.84 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 55 | 155 | 0 | 0.75 | 0.28 | 0.15 | 322.73 | 0.67 | 0.53 |
| Hex | D8 | 37 | 9B | 0 | 4B | 1C | F | 143 | 43 | 35 |
| Octal | 330 | 67 | 233 | 0 | 113 | 34 | 17 | 503 | 103 | 65 |
| Binary | 11011000 | 110111 | 10011011 | 0 | 1001011 | 11100 | 1111 | 101000011 | 1000011 | 110101 |
Color Harmonies of #D8379B
Complementary color
Monochromatic Colors of #D8379B
Black with #D8379B
Text Example
Text Example
White with #D8379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8379B; }
p { color: rgb(216,55,155); }
H1.HeaderClassName
{
color: #D8379B;
}
.AnyTagClassName
{
color: #D8379B;
}
</style>
background-color css
<style>
a { background-color: #D8379B; }
a { background-color: rgb(216,55,155); }
div.DivClassName
{
background-color: #D8379B;
}
.BgClassName
{
background-color: #D8379B;
}
</style>
border-color css
<style>
span { border-color: #D8379B; }
span { border-color: rgb(216,55,155); }
td.TdClassName
{
border-color: #D8379B;
}
.TagClassName
{
border-color: #D8379B;
}
</style>