Shades of Hollywood Cerise #DB07A5
Tints of Hollywood Cerise #DB07A5
RGB
CMYK
RGB Variations
Color information
#DB07A5 (or 0xDB07A5) is known color: Hollywood Cerise. HEX triplet: DB, 07 and A5. RGB value is (219,7,165). Sum of RGB (Red+Green+Blue) = 219+7+165=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 7 (3.12% from 255 or 1.79% from 391); Blue value is 165 (64.84% from 255 or 42.20% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB07A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB07A5 is #24F85A. Grayscale: #575757. Windows color (decimal): -2422875 or 10815451. OLE color: 10815451.
HSL color Cylindrical-coordinate representation of color #DB07A5: hue angle of 315.28º 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 #DB07A5 is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 7 | 165 | - |
| CMYK | 0 | 0.97 | 0.25 | 0.14 |
| HSL | 315.28º | 0.94% | 0.44% | - |
| HSV(B) | 315.28º | 0.97% | 0.86% | - |
| XYZ | 36.08 | 17.93 | 37.16 | - |
| YUV | 88.4 | 171.24 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 7 | 165 | 0 | 0.97 | 0.25 | 0.14 | 315.28 | 0.94 | 0.44 |
| Hex | DB | 7 | A5 | 0 | 61 | 19 | E | 13B | 5E | 2C |
| Octal | 333 | 7 | 245 | 0 | 141 | 31 | 16 | 473 | 136 | 54 |
| Binary | 11011011 | 111 | 10100101 | 0 | 1100001 | 11001 | 1110 | 100111011 | 1011110 | 101100 |
Color Harmonies of #DB07A5
Complementary color
Monochromatic Colors of #DB07A5
Black with #DB07A5
Text Example
Text Example
White with #DB07A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB07A5; }
p { color: rgb(219,7,165); }
H1.HeaderClassName
{
color: #DB07A5;
}
.AnyTagClassName
{
color: #DB07A5;
}
</style>
background-color css
<style>
a { background-color: #DB07A5; }
a { background-color: rgb(219,7,165); }
div.DivClassName
{
background-color: #DB07A5;
}
.BgClassName
{
background-color: #DB07A5;
}
</style>
border-color css
<style>
span { border-color: #DB07A5; }
span { border-color: rgb(219,7,165); }
td.TdClassName
{
border-color: #DB07A5;
}
.TagClassName
{
border-color: #DB07A5;
}
</style>