Shades of Hollywood Cerise #DF00B2
Tints of Hollywood Cerise #DF00B2
RGB
CMYK
RGB Variations
Color information
#DF00B2 (or 0xDF00B2) is known color: Hollywood Cerise. HEX triplet: DF, 00 and B2. RGB value is (223,0,178). Sum of RGB (Red+Green+Blue) = 223+0+178=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF00B2 is #20FF4D. Grayscale: #565656. Windows color (decimal): -2162510 or 11665631. OLE color: 11665631.
HSL color Cylindrical-coordinate representation of color #DF00B2: hue angle of 312.11º 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 #DF00B2 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 178 | - |
| CMYK | 0 | 1 | 0.20 | 0.13 |
| HSL | 312.11º | 1% | 0.44% | - |
| HSV(B) | 312.11º | 1% | 0.87% | - |
| XYZ | 38.47 | 18.9 | 43.74 | - |
| YUV | 86.97 | 179.38 | 225.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 178 | 0 | 1 | 0.20 | 0.13 | 312.11 | 1 | 0.44 |
| Hex | DF | 0 | B2 | 0 | 64 | 14 | D | 138 | 64 | 2C |
| Octal | 337 | 0 | 262 | 0 | 144 | 24 | 15 | 470 | 144 | 54 |
| Binary | 11011111 | 0 | 10110010 | 0 | 1100100 | 10100 | 1101 | 100111000 | 1100100 | 101100 |
Color Harmonies of #DF00B2
Complementary color
Monochromatic Colors of #DF00B2
Black with #DF00B2
Text Example
Text Example
White with #DF00B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF00B2; }
p { color: rgb(223,0,178); }
H1.HeaderClassName
{
color: #DF00B2;
}
.AnyTagClassName
{
color: #DF00B2;
}
</style>
background-color css
<style>
a { background-color: #DF00B2; }
a { background-color: rgb(223,0,178); }
div.DivClassName
{
background-color: #DF00B2;
}
.BgClassName
{
background-color: #DF00B2;
}
</style>
border-color css
<style>
span { border-color: #DF00B2; }
span { border-color: rgb(223,0,178); }
td.TdClassName
{
border-color: #DF00B2;
}
.TagClassName
{
border-color: #DF00B2;
}
</style>