Shades of Hollywood Cerise #DB07B1
Tints of Hollywood Cerise #DB07B1
RGB
CMYK
RGB Variations
Color information
#DB07B1 (or 0xDB07B1) is known color: Hollywood Cerise. HEX triplet: DB, 07 and B1. RGB value is (219,7,177). Sum of RGB (Red+Green+Blue) = 219+7+177=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 7 (3.12% from 255 or 1.74% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB07B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB07B1 is #24F84E. Grayscale: #595959. Windows color (decimal): -2422863 or 11601883. OLE color: 11601883.
HSL color Cylindrical-coordinate representation of color #DB07B1: hue angle of 311.89º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB07B1 is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 177 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.14 |
| HSL | 311.89º | 0.94% | 0.44% | - |
| HSV(B) | 311.89º | 0.97% | 0.86% | - |
| XYZ | 37.23 | 18.39 | 43.18 | - |
| YUV | 89.77 | 177.24 | 220.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 177 | 0 | 0.97 | 0.19 | 0.14 | 311.89 | 0.94 | 0.44 |
| Hex | DB | 7 | B1 | 0 | 61 | 13 | E | 138 | 5E | 2C |
| Octal | 333 | 7 | 261 | 0 | 141 | 23 | 16 | 470 | 136 | 54 |
| Binary | 11011011 | 111 | 10110001 | 0 | 1100001 | 10011 | 1110 | 100111000 | 1011110 | 101100 |
Color Harmonies of #DB07B1
Complementary color
Monochromatic Colors of #DB07B1
Black with #DB07B1
Text Example
Text Example
White with #DB07B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB07B1; }
p { color: rgb(219,7,177); }
H1.HeaderClassName
{
color: #DB07B1;
}
.AnyTagClassName
{
color: #DB07B1;
}
</style>
background-color css
<style>
a { background-color: #DB07B1; }
a { background-color: rgb(219,7,177); }
div.DivClassName
{
background-color: #DB07B1;
}
.BgClassName
{
background-color: #DB07B1;
}
</style>
border-color css
<style>
span { border-color: #DB07B1; }
span { border-color: rgb(219,7,177); }
td.TdClassName
{
border-color: #DB07B1;
}
.TagClassName
{
border-color: #DB07B1;
}
</style>