Shades of Hollywood Cerise #DF05B3
Tints of Hollywood Cerise #DF05B3
RGB
CMYK
RGB Variations
Color information
#DF05B3 (or 0xDF05B3) is known color: Hollywood Cerise. HEX triplet: DF, 05 and B3. RGB value is (223,5,179). Sum of RGB (Red+Green+Blue) = 223+5+179=407 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.79% from 407); Green value is 5 (2.34% from 255 or 1.23% from 407); Blue value is 179 (70.31% from 255 or 43.98% from 407); Max value from RGB is 223 - color contains mainly: red. Hex color #DF05B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF05B3 is #20FA4C. Grayscale: #595959. Windows color (decimal): -2161229 or 11732447. OLE color: 11732447.
HSL color Cylindrical-coordinate representation of color #DF05B3: hue angle of 312.11º 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 #DF05B3 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 179 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.13 |
| HSL | 312.11º | 0.96% | 0.45% | - |
| HSV(B) | 312.11º | 0.98% | 0.87% | - |
| XYZ | 38.62 | 19.05 | 44.29 | - |
| YUV | 90.02 | 178.22 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 179 | 0 | 0.98 | 0.20 | 0.13 | 312.11 | 0.96 | 0.45 |
| Hex | DF | 5 | B3 | 0 | 62 | 14 | D | 138 | 60 | 2D |
| Octal | 337 | 5 | 263 | 0 | 142 | 24 | 15 | 470 | 140 | 55 |
| Binary | 11011111 | 101 | 10110011 | 0 | 1100010 | 10100 | 1101 | 100111000 | 1100000 | 101101 |
Color Harmonies of #DF05B3
Complementary color
Monochromatic Colors of #DF05B3
Black with #DF05B3
Text Example
Text Example
White with #DF05B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF05B3; }
p { color: rgb(223,5,179); }
H1.HeaderClassName
{
color: #DF05B3;
}
.AnyTagClassName
{
color: #DF05B3;
}
</style>
background-color css
<style>
a { background-color: #DF05B3; }
a { background-color: rgb(223,5,179); }
div.DivClassName
{
background-color: #DF05B3;
}
.BgClassName
{
background-color: #DF05B3;
}
</style>
border-color css
<style>
span { border-color: #DF05B3; }
span { border-color: rgb(223,5,179); }
td.TdClassName
{
border-color: #DF05B3;
}
.TagClassName
{
border-color: #DF05B3;
}
</style>