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