Shades of Hollywood Cerise #DF038C
Tints of Hollywood Cerise #DF038C
RGB
CMYK
RGB Variations
Color information
#DF038C (or 0xDF038C) is known color: Hollywood Cerise. HEX triplet: DF, 03 and 8C. RGB value is (223,3,140). Sum of RGB (Red+Green+Blue) = 223+3+140=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF038C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF038C is #20FC73. Grayscale: #545454. Windows color (decimal): -2161780 or 9176031. OLE color: 9176031.
HSL color Cylindrical-coordinate representation of color #DF038C: hue angle of 322.64º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF038C is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 140 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.13 |
| HSL | 322.64º | 0.97% | 0.44% | - |
| HSV(B) | 322.64º | 0.99% | 0.87% | - |
| XYZ | 35.2 | 17.65 | 26.36 | - |
| YUV | 84.4 | 159.39 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 140 | 0 | 0.99 | 0.37 | 0.13 | 322.64 | 0.97 | 0.44 |
| Hex | DF | 3 | 8C | 0 | 63 | 25 | D | 143 | 61 | 2C |
| Octal | 337 | 3 | 214 | 0 | 143 | 45 | 15 | 503 | 141 | 54 |
| Binary | 11011111 | 11 | 10001100 | 0 | 1100011 | 100101 | 1101 | 101000011 | 1100001 | 101100 |
Color Harmonies of #DF038C
Complementary color
Monochromatic Colors of #DF038C
Black with #DF038C
Text Example
Text Example
White with #DF038C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF038C; }
p { color: rgb(223,3,140); }
H1.HeaderClassName
{
color: #DF038C;
}
.AnyTagClassName
{
color: #DF038C;
}
</style>
background-color css
<style>
a { background-color: #DF038C; }
a { background-color: rgb(223,3,140); }
div.DivClassName
{
background-color: #DF038C;
}
.BgClassName
{
background-color: #DF038C;
}
</style>
border-color css
<style>
span { border-color: #DF038C; }
span { border-color: rgb(223,3,140); }
td.TdClassName
{
border-color: #DF038C;
}
.TagClassName
{
border-color: #DF038C;
}
</style>