Shades of Hollywood Cerise #DF069B
Tints of Hollywood Cerise #DF069B
RGB
CMYK
RGB Variations
Color information
#DF069B (or 0xDF069B) is known color: Hollywood Cerise. HEX triplet: DF, 06 and 9B. RGB value is (223,6,155). Sum of RGB (Red+Green+Blue) = 223+6+155=384 (50% of max value = 765). Red value is 223 (87.5% from 255 or 58.07% from 384); Green value is 6 (2.73% from 255 or 1.56% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 223 - color contains mainly: red. Hex color #DF069B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF069B is #20F964. Grayscale: #575757. Windows color (decimal): -2160997 or 10159839. OLE color: 10159839.
HSL color Cylindrical-coordinate representation of color #DF069B: hue angle of 318.8º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF069B is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 155 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.13 |
| HSL | 318.8º | 0.95% | 0.45% | - |
| HSV(B) | 318.8º | 0.97% | 0.87% | - |
| XYZ | 36.41 | 18.18 | 32.6 | - |
| YUV | 87.87 | 165.89 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 155 | 0 | 0.97 | 0.30 | 0.13 | 318.8 | 0.95 | 0.45 |
| Hex | DF | 6 | 9B | 0 | 61 | 1E | D | 13F | 5F | 2D |
| Octal | 337 | 6 | 233 | 0 | 141 | 36 | 15 | 477 | 137 | 55 |
| Binary | 11011111 | 110 | 10011011 | 0 | 1100001 | 11110 | 1101 | 100111111 | 1011111 | 101101 |
Color Harmonies of #DF069B
Complementary color
Monochromatic Colors of #DF069B
Black with #DF069B
Text Example
Text Example
White with #DF069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF069B; }
p { color: rgb(223,6,155); }
H1.HeaderClassName
{
color: #DF069B;
}
.AnyTagClassName
{
color: #DF069B;
}
</style>
background-color css
<style>
a { background-color: #DF069B; }
a { background-color: rgb(223,6,155); }
div.DivClassName
{
background-color: #DF069B;
}
.BgClassName
{
background-color: #DF069B;
}
</style>
border-color css
<style>
span { border-color: #DF069B; }
span { border-color: rgb(223,6,155); }
td.TdClassName
{
border-color: #DF069B;
}
.TagClassName
{
border-color: #DF069B;
}
</style>