Shades of Hollywood Cerise #DF00A5
Tints of Hollywood Cerise #DF00A5
RGB
CMYK
RGB Variations
Color information
#DF00A5 (or 0xDF00A5) is known color: Hollywood Cerise. HEX triplet: DF, 00 and A5. RGB value is (223,0,165). Sum of RGB (Red+Green+Blue) = 223+0+165=388 (51% of max value = 765). Red value is 223 (87.5% from 255 or 57.47% from 388); Green value is 0 (0.39% from 255 or 0% from 388); Blue value is 165 (64.84% from 255 or 42.53% from 388); Max value from RGB is 223 - color contains mainly: red. Hex color #DF00A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF00A5 is #20FF5A. Grayscale: #555555. Windows color (decimal): -2162523 or 10813663. OLE color: 10813663.
HSL color Cylindrical-coordinate representation of color #DF00A5: hue angle of 315.61º 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 #DF00A5 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 165 | - |
| CMYK | 0 | 1 | 0.26 | 0.13 |
| HSL | 315.61º | 1% | 0.44% | - |
| HSV(B) | 315.61º | 1% | 0.87% | - |
| XYZ | 37.22 | 18.4 | 37.19 | - |
| YUV | 85.49 | 172.88 | 226.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 165 | 0 | 1 | 0.26 | 0.13 | 315.61 | 1 | 0.44 |
| Hex | DF | 0 | A5 | 0 | 64 | 1A | D | 13C | 64 | 2C |
| Octal | 337 | 0 | 245 | 0 | 144 | 32 | 15 | 474 | 144 | 54 |
| Binary | 11011111 | 0 | 10100101 | 0 | 1100100 | 11010 | 1101 | 100111100 | 1100100 | 101100 |
Color Harmonies of #DF00A5
Complementary color
Monochromatic Colors of #DF00A5
Black with #DF00A5
Text Example
Text Example
White with #DF00A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF00A5; }
p { color: rgb(223,0,165); }
H1.HeaderClassName
{
color: #DF00A5;
}
.AnyTagClassName
{
color: #DF00A5;
}
</style>
background-color css
<style>
a { background-color: #DF00A5; }
a { background-color: rgb(223,0,165); }
div.DivClassName
{
background-color: #DF00A5;
}
.BgClassName
{
background-color: #DF00A5;
}
</style>
border-color css
<style>
span { border-color: #DF00A5; }
span { border-color: rgb(223,0,165); }
td.TdClassName
{
border-color: #DF00A5;
}
.TagClassName
{
border-color: #DF00A5;
}
</style>