Shades of Hollywood Cerise #DF00B6
Tints of Hollywood Cerise #DF00B6
RGB
CMYK
RGB Variations
Color information
#DF00B6 (or 0xDF00B6) is known color: Hollywood Cerise. HEX triplet: DF, 00 and B6. RGB value is (223,0,182). Sum of RGB (Red+Green+Blue) = 223+0+182=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF00B6 is #20FF49. Grayscale: #565656. Windows color (decimal): -2162506 or 11927775. OLE color: 11927775.
HSL color Cylindrical-coordinate representation of color #DF00B6: hue angle of 311.03º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF00B6 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 182 | - |
| CMYK | 0 | 1 | 0.18 | 0.13 |
| HSL | 311.03º | 1% | 0.44% | - |
| HSV(B) | 311.03º | 1% | 0.87% | - |
| XYZ | 38.87 | 19.07 | 45.89 | - |
| YUV | 87.43 | 181.38 | 224.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 182 | 0 | 1 | 0.18 | 0.13 | 311.03 | 1 | 0.44 |
| Hex | DF | 0 | B6 | 0 | 64 | 12 | D | 137 | 64 | 2C |
| Octal | 337 | 0 | 266 | 0 | 144 | 22 | 15 | 467 | 144 | 54 |
| Binary | 11011111 | 0 | 10110110 | 0 | 1100100 | 10010 | 1101 | 100110111 | 1100100 | 101100 |
Color Harmonies of #DF00B6
Complementary color
Monochromatic Colors of #DF00B6
Black with #DF00B6
Text Example
Text Example
White with #DF00B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF00B6; }
p { color: rgb(223,0,182); }
H1.HeaderClassName
{
color: #DF00B6;
}
.AnyTagClassName
{
color: #DF00B6;
}
</style>
background-color css
<style>
a { background-color: #DF00B6; }
a { background-color: rgb(223,0,182); }
div.DivClassName
{
background-color: #DF00B6;
}
.BgClassName
{
background-color: #DF00B6;
}
</style>
border-color css
<style>
span { border-color: #DF00B6; }
span { border-color: rgb(223,0,182); }
td.TdClassName
{
border-color: #DF00B6;
}
.TagClassName
{
border-color: #DF00B6;
}
</style>