Shades of Hollywood Cerise #DB07A7
Tints of Hollywood Cerise #DB07A7
RGB
CMYK
RGB Variations
Color information
#DB07A7 (or 0xDB07A7) is known color: Hollywood Cerise. HEX triplet: DB, 07 and A7. RGB value is (219,7,167). Sum of RGB (Red+Green+Blue) = 219+7+167=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 7 (3.12% from 255 or 1.78% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB07A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB07A7 is #24F858. Grayscale: #585858. Windows color (decimal): -2422873 or 10946523. OLE color: 10946523.
HSL color Cylindrical-coordinate representation of color #DB07A7: hue angle of 314.72º 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 #DB07A7 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 167 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.14 |
| HSL | 314.72º | 0.94% | 0.44% | - |
| HSV(B) | 314.72º | 0.97% | 0.86% | - |
| XYZ | 36.26 | 18 | 38.12 | - |
| YUV | 88.63 | 172.24 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 167 | 0 | 0.97 | 0.24 | 0.14 | 314.72 | 0.94 | 0.44 |
| Hex | DB | 7 | A7 | 0 | 61 | 18 | E | 13B | 5E | 2C |
| Octal | 333 | 7 | 247 | 0 | 141 | 30 | 16 | 473 | 136 | 54 |
| Binary | 11011011 | 111 | 10100111 | 0 | 1100001 | 11000 | 1110 | 100111011 | 1011110 | 101100 |
Color Harmonies of #DB07A7
Complementary color
Monochromatic Colors of #DB07A7
Black with #DB07A7
Text Example
Text Example
White with #DB07A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB07A7; }
p { color: rgb(219,7,167); }
H1.HeaderClassName
{
color: #DB07A7;
}
.AnyTagClassName
{
color: #DB07A7;
}
</style>
background-color css
<style>
a { background-color: #DB07A7; }
a { background-color: rgb(219,7,167); }
div.DivClassName
{
background-color: #DB07A7;
}
.BgClassName
{
background-color: #DB07A7;
}
</style>
border-color css
<style>
span { border-color: #DB07A7; }
span { border-color: rgb(219,7,167); }
td.TdClassName
{
border-color: #DB07A7;
}
.TagClassName
{
border-color: #DB07A7;
}
</style>