Shades of Hollywood Cerise #DF09AB
Tints of Hollywood Cerise #DF09AB
RGB
CMYK
RGB Variations
Color information
#DF09AB (or 0xDF09AB) is known color: Hollywood Cerise. HEX triplet: DF, 09 and AB. RGB value is (223,9,171). Sum of RGB (Red+Green+Blue) = 223+9+171=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 9 (3.91% from 255 or 2.23% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF09AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF09AB is #20F654. Grayscale: #5B5B5B. Windows color (decimal): -2160213 or 11209183. OLE color: 11209183.
HSL color Cylindrical-coordinate representation of color #DF09AB: hue angle of 314.58º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF09AB is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 171 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.13 |
| HSL | 314.58º | 0.92% | 0.45% | - |
| HSV(B) | 314.58º | 0.96% | 0.87% | - |
| XYZ | 37.88 | 18.82 | 40.16 | - |
| YUV | 91.45 | 172.9 | 221.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 171 | 0 | 0.96 | 0.23 | 0.13 | 314.58 | 0.92 | 0.45 |
| Hex | DF | 9 | AB | 0 | 60 | 17 | D | 13B | 5C | 2D |
| Octal | 337 | 11 | 253 | 0 | 140 | 27 | 15 | 473 | 134 | 55 |
| Binary | 11011111 | 1001 | 10101011 | 0 | 1100000 | 10111 | 1101 | 100111011 | 1011100 | 101101 |
Color Harmonies of #DF09AB
Complementary color
Monochromatic Colors of #DF09AB
Black with #DF09AB
Text Example
Text Example
White with #DF09AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF09AB; }
p { color: rgb(223,9,171); }
H1.HeaderClassName
{
color: #DF09AB;
}
.AnyTagClassName
{
color: #DF09AB;
}
</style>
background-color css
<style>
a { background-color: #DF09AB; }
a { background-color: rgb(223,9,171); }
div.DivClassName
{
background-color: #DF09AB;
}
.BgClassName
{
background-color: #DF09AB;
}
</style>
border-color css
<style>
span { border-color: #DF09AB; }
span { border-color: rgb(223,9,171); }
td.TdClassName
{
border-color: #DF09AB;
}
.TagClassName
{
border-color: #DF09AB;
}
</style>