Shades of Hollywood Cerise #DB06AF
Tints of Hollywood Cerise #DB06AF
RGB
CMYK
RGB Variations
Color information
#DB06AF (or 0xDB06AF) is known color: Hollywood Cerise. HEX triplet: DB, 06 and AF. RGB value is (219,6,175). Sum of RGB (Red+Green+Blue) = 219+6+175=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 6 (2.73% from 255 or 1.5% from 400); Blue value is 175 (68.75% from 255 or 43.75% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB06AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DB06AF is #24F950. Grayscale: #585858. Windows color (decimal): -2423121 or 11470555. OLE color: 11470555.
HSL color Cylindrical-coordinate representation of color #DB06AF: hue angle of 312.39º degrees, saturation: 0.95, 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 #DB06AF is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 175 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.14 |
| HSL | 312.39º | 0.95% | 0.44% | - |
| HSV(B) | 312.39º | 0.97% | 0.86% | - |
| XYZ | 37.02 | 18.29 | 42.14 | - |
| YUV | 88.95 | 176.57 | 220.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 175 | 0 | 0.97 | 0.20 | 0.14 | 312.39 | 0.95 | 0.44 |
| Hex | DB | 6 | AF | 0 | 61 | 14 | E | 138 | 5F | 2C |
| Octal | 333 | 6 | 257 | 0 | 141 | 24 | 16 | 470 | 137 | 54 |
| Binary | 11011011 | 110 | 10101111 | 0 | 1100001 | 10100 | 1110 | 100111000 | 1011111 | 101100 |
Color Harmonies of #DB06AF
Complementary color
Monochromatic Colors of #DB06AF
Black with #DB06AF
Text Example
Text Example
White with #DB06AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB06AF; }
p { color: rgb(219,6,175); }
H1.HeaderClassName
{
color: #DB06AF;
}
.AnyTagClassName
{
color: #DB06AF;
}
</style>
background-color css
<style>
a { background-color: #DB06AF; }
a { background-color: rgb(219,6,175); }
div.DivClassName
{
background-color: #DB06AF;
}
.BgClassName
{
background-color: #DB06AF;
}
</style>
border-color css
<style>
span { border-color: #DB06AF; }
span { border-color: rgb(219,6,175); }
td.TdClassName
{
border-color: #DB06AF;
}
.TagClassName
{
border-color: #DB06AF;
}
</style>