Shades of Hollywood Cerise #DF05B2
Tints of Hollywood Cerise #DF05B2
RGB
CMYK
RGB Variations
Color information
#DF05B2 (or 0xDF05B2) is known color: Hollywood Cerise. HEX triplet: DF, 05 and B2. RGB value is (223,5,178). Sum of RGB (Red+Green+Blue) = 223+5+178=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 178 (69.92% from 255 or 43.84% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF05B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF05B2 is #20FA4D. Grayscale: #595959. Windows color (decimal): -2161230 or 11666911. OLE color: 11666911.
HSL color Cylindrical-coordinate representation of color #DF05B2: hue angle of 312.39º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF05B2 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 178 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.13 |
| HSL | 312.39º | 0.96% | 0.45% | - |
| HSV(B) | 312.39º | 0.98% | 0.87% | - |
| XYZ | 38.52 | 19.01 | 43.76 | - |
| YUV | 89.9 | 177.72 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 178 | 0 | 0.98 | 0.20 | 0.13 | 312.39 | 0.96 | 0.45 |
| Hex | DF | 5 | B2 | 0 | 62 | 14 | D | 138 | 60 | 2D |
| Octal | 337 | 5 | 262 | 0 | 142 | 24 | 15 | 470 | 140 | 55 |
| Binary | 11011111 | 101 | 10110010 | 0 | 1100010 | 10100 | 1101 | 100111000 | 1100000 | 101101 |
Color Harmonies of #DF05B2
Complementary color
Monochromatic Colors of #DF05B2
Black with #DF05B2
Text Example
Text Example
White with #DF05B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF05B2; }
p { color: rgb(223,5,178); }
H1.HeaderClassName
{
color: #DF05B2;
}
.AnyTagClassName
{
color: #DF05B2;
}
</style>
background-color css
<style>
a { background-color: #DF05B2; }
a { background-color: rgb(223,5,178); }
div.DivClassName
{
background-color: #DF05B2;
}
.BgClassName
{
background-color: #DF05B2;
}
</style>
border-color css
<style>
span { border-color: #DF05B2; }
span { border-color: rgb(223,5,178); }
td.TdClassName
{
border-color: #DF05B2;
}
.TagClassName
{
border-color: #DF05B2;
}
</style>