Shades of Hollywood Cerise #DF00B5
Tints of Hollywood Cerise #DF00B5
RGB
CMYK
RGB Variations
Color information
#DF00B5 (or 0xDF00B5) is known color: Hollywood Cerise. HEX triplet: DF, 00 and B5. RGB value is (223,0,181). Sum of RGB (Red+Green+Blue) = 223+0+181=404 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.20% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF00B5 is #20FF4A. Grayscale: #565656. Windows color (decimal): -2162507 or 11862239. OLE color: 11862239.
HSL color Cylindrical-coordinate representation of color #DF00B5: hue angle of 311.3º 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 #DF00B5 is Cyan = 0, Magento = 1, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 181 | - |
| CMYK | 0 | 1 | 0.19 | 0.13 |
| HSL | 311.3º | 1% | 0.44% | - |
| HSV(B) | 311.3º | 1% | 0.87% | - |
| XYZ | 38.77 | 19.02 | 45.34 | - |
| YUV | 87.31 | 180.88 | 224.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 181 | 0 | 1 | 0.19 | 0.13 | 311.3 | 1 | 0.44 |
| Hex | DF | 0 | B5 | 0 | 64 | 13 | D | 137 | 64 | 2C |
| Octal | 337 | 0 | 265 | 0 | 144 | 23 | 15 | 467 | 144 | 54 |
| Binary | 11011111 | 0 | 10110101 | 0 | 1100100 | 10011 | 1101 | 100110111 | 1100100 | 101100 |
Color Harmonies of #DF00B5
Complementary color
Monochromatic Colors of #DF00B5
Black with #DF00B5
Text Example
Text Example
White with #DF00B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF00B5; }
p { color: rgb(223,0,181); }
H1.HeaderClassName
{
color: #DF00B5;
}
.AnyTagClassName
{
color: #DF00B5;
}
</style>
background-color css
<style>
a { background-color: #DF00B5; }
a { background-color: rgb(223,0,181); }
div.DivClassName
{
background-color: #DF00B5;
}
.BgClassName
{
background-color: #DF00B5;
}
</style>
border-color css
<style>
span { border-color: #DF00B5; }
span { border-color: rgb(223,0,181); }
td.TdClassName
{
border-color: #DF00B5;
}
.TagClassName
{
border-color: #DF00B5;
}
</style>