Shades of Hollywood Cerise #DA139F
Tints of Hollywood Cerise #DA139F
RGB
CMYK
RGB Variations
Color information
#DA139F (or 0xDA139F) is known color: Hollywood Cerise. HEX triplet: DA, 13 and 9F. RGB value is (218,19,159). Sum of RGB (Red+Green+Blue) = 218+19+159=396 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.05% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 218 - color contains mainly: red. Hex color #DA139F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA139F is #25EC60. Grayscale: #5E5E5E. Windows color (decimal): -2485345 or 10425306. OLE color: 10425306.
HSL color Cylindrical-coordinate representation of color #DA139F: hue angle of 317.79º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA139F is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 19 | 159 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.15 |
| HSL | 317.79º | 0.84% | 0.46% | - |
| HSV(B) | 317.79º | 0.91% | 0.85% | - |
| XYZ | 35.4 | 17.87 | 34.38 | - |
| YUV | 94.46 | 164.43 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 19 | 159 | 0 | 0.91 | 0.27 | 0.15 | 317.79 | 0.84 | 0.46 |
| Hex | DA | 13 | 9F | 0 | 5B | 1B | F | 13E | 54 | 2E |
| Octal | 332 | 23 | 237 | 0 | 133 | 33 | 17 | 476 | 124 | 56 |
| Binary | 11011010 | 10011 | 10011111 | 0 | 1011011 | 11011 | 1111 | 100111110 | 1010100 | 101110 |
Color Harmonies of #DA139F
Complementary color
Monochromatic Colors of #DA139F
Black with #DA139F
Text Example
Text Example
White with #DA139F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA139F; }
p { color: rgb(218,19,159); }
H1.HeaderClassName
{
color: #DA139F;
}
.AnyTagClassName
{
color: #DA139F;
}
</style>
background-color css
<style>
a { background-color: #DA139F; }
a { background-color: rgb(218,19,159); }
div.DivClassName
{
background-color: #DA139F;
}
.BgClassName
{
background-color: #DA139F;
}
</style>
border-color css
<style>
span { border-color: #DA139F; }
span { border-color: rgb(218,19,159); }
td.TdClassName
{
border-color: #DA139F;
}
.TagClassName
{
border-color: #DA139F;
}
</style>