Shades of Hollywood Cerise #DF038E
Tints of Hollywood Cerise #DF038E
RGB
CMYK
RGB Variations
Color information
#DF038E (or 0xDF038E) is known color: Hollywood Cerise. HEX triplet: DF, 03 and 8E. RGB value is (223,3,142). Sum of RGB (Red+Green+Blue) = 223+3+142=368 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.60% from 368); Green value is 3 (1.56% from 255 or 0.82% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 223 - color contains mainly: red. Hex color #DF038E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF038E is #20FC71. Grayscale: #545454. Windows color (decimal): -2161778 or 9307103. OLE color: 9307103.
HSL color Cylindrical-coordinate representation of color #DF038E: hue angle of 322.09º 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 #DF038E is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 142 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.13 |
| HSL | 322.09º | 0.97% | 0.44% | - |
| HSV(B) | 322.09º | 0.99% | 0.87% | - |
| XYZ | 35.35 | 17.71 | 27.15 | - |
| YUV | 84.63 | 160.39 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 142 | 0 | 0.99 | 0.36 | 0.13 | 322.09 | 0.97 | 0.44 |
| Hex | DF | 3 | 8E | 0 | 63 | 24 | D | 142 | 61 | 2C |
| Octal | 337 | 3 | 216 | 0 | 143 | 44 | 15 | 502 | 141 | 54 |
| Binary | 11011111 | 11 | 10001110 | 0 | 1100011 | 100100 | 1101 | 101000010 | 1100001 | 101100 |
Color Harmonies of #DF038E
Complementary color
Monochromatic Colors of #DF038E
Black with #DF038E
Text Example
Text Example
White with #DF038E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF038E; }
p { color: rgb(223,3,142); }
H1.HeaderClassName
{
color: #DF038E;
}
.AnyTagClassName
{
color: #DF038E;
}
</style>
background-color css
<style>
a { background-color: #DF038E; }
a { background-color: rgb(223,3,142); }
div.DivClassName
{
background-color: #DF038E;
}
.BgClassName
{
background-color: #DF038E;
}
</style>
border-color css
<style>
span { border-color: #DF038E; }
span { border-color: rgb(223,3,142); }
td.TdClassName
{
border-color: #DF038E;
}
.TagClassName
{
border-color: #DF038E;
}
</style>