Shades of Hollywood Cerise #DF139D
Tints of Hollywood Cerise #DF139D
RGB
CMYK
RGB Variations
Color information
#DF139D (or 0xDF139D) is known color: Hollywood Cerise. HEX triplet: DF, 13 and 9D. RGB value is (223,19,157). Sum of RGB (Red+Green+Blue) = 223+19+157=399 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.89% from 399); Green value is 19 (7.81% from 255 or 4.76% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 223 - color contains mainly: red. Hex color #DF139D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DF139D is #20EC62. Grayscale: #5F5F5F. Windows color (decimal): -2157667 or 10294239. OLE color: 10294239.
HSL color Cylindrical-coordinate representation of color #DF139D: hue angle of 319.41º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF139D is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 19 | 157 | - |
| CMYK | 0 | 0.91 | 0.30 | 0.13 |
| HSL | 319.41º | 0.84% | 0.47% | - |
| HSV(B) | 319.41º | 0.91% | 0.87% | - |
| XYZ | 36.75 | 18.59 | 33.55 | - |
| YUV | 95.73 | 162.59 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 19 | 157 | 0 | 0.91 | 0.30 | 0.13 | 319.41 | 0.84 | 0.47 |
| Hex | DF | 13 | 9D | 0 | 5B | 1E | D | 13F | 54 | 2F |
| Octal | 337 | 23 | 235 | 0 | 133 | 36 | 15 | 477 | 124 | 57 |
| Binary | 11011111 | 10011 | 10011101 | 0 | 1011011 | 11110 | 1101 | 100111111 | 1010100 | 101111 |
Color Harmonies of #DF139D
Complementary color
Monochromatic Colors of #DF139D
Black with #DF139D
Text Example
Text Example
White with #DF139D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF139D; }
p { color: rgb(223,19,157); }
H1.HeaderClassName
{
color: #DF139D;
}
.AnyTagClassName
{
color: #DF139D;
}
</style>
background-color css
<style>
a { background-color: #DF139D; }
a { background-color: rgb(223,19,157); }
div.DivClassName
{
background-color: #DF139D;
}
.BgClassName
{
background-color: #DF139D;
}
</style>
border-color css
<style>
span { border-color: #DF139D; }
span { border-color: rgb(223,19,157); }
td.TdClassName
{
border-color: #DF139D;
}
.TagClassName
{
border-color: #DF139D;
}
</style>