Shades of Hollywood Cerise #DA099D
Tints of Hollywood Cerise #DA099D
RGB
CMYK
RGB Variations
Color information
#DA099D (or 0xDA099D) is known color: Hollywood Cerise. HEX triplet: DA, 09 and 9D. RGB value is (218,9,157). Sum of RGB (Red+Green+Blue) = 218+9+157=384 (50% of max value = 765). Red value is 218 (85.55% from 255 or 56.77% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 218 - color contains mainly: red. Hex color #DA099D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DA099D is #25F662. Grayscale: #575757. Windows color (decimal): -2487907 or 10291674. OLE color: 10291674.
HSL color Cylindrical-coordinate representation of color #DA099D: hue angle of 317.51º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA099D is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 157 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.15 |
| HSL | 317.51º | 0.92% | 0.45% | - |
| HSV(B) | 317.51º | 0.96% | 0.85% | - |
| XYZ | 35.1 | 17.54 | 33.43 | - |
| YUV | 88.36 | 166.74 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 157 | 0 | 0.96 | 0.28 | 0.15 | 317.51 | 0.92 | 0.45 |
| Hex | DA | 9 | 9D | 0 | 60 | 1C | F | 13E | 5C | 2D |
| Octal | 332 | 11 | 235 | 0 | 140 | 34 | 17 | 476 | 134 | 55 |
| Binary | 11011010 | 1001 | 10011101 | 0 | 1100000 | 11100 | 1111 | 100111110 | 1011100 | 101101 |
Color Harmonies of #DA099D
Complementary color
Monochromatic Colors of #DA099D
Black with #DA099D
Text Example
Text Example
White with #DA099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA099D; }
p { color: rgb(218,9,157); }
H1.HeaderClassName
{
color: #DA099D;
}
.AnyTagClassName
{
color: #DA099D;
}
</style>
background-color css
<style>
a { background-color: #DA099D; }
a { background-color: rgb(218,9,157); }
div.DivClassName
{
background-color: #DA099D;
}
.BgClassName
{
background-color: #DA099D;
}
</style>
border-color css
<style>
span { border-color: #DA099D; }
span { border-color: rgb(218,9,157); }
td.TdClassName
{
border-color: #DA099D;
}
.TagClassName
{
border-color: #DA099D;
}
</style>