Shades of Hollywood Cerise #DC089A
Tints of Hollywood Cerise #DC089A
RGB
CMYK
RGB Variations
Color information
#DC089A (or 0xDC089A) is known color: Hollywood Cerise. HEX triplet: DC, 08 and 9A. RGB value is (220,8,154). Sum of RGB (Red+Green+Blue) = 220+8+154=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 8 (3.52% from 255 or 2.09% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC089A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC089A is #23F765. Grayscale: #575757. Windows color (decimal): -2357094 or 10094812. OLE color: 10094812.
HSL color Cylindrical-coordinate representation of color #DC089A: hue angle of 318.68º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC089A is Cyan = 0, Magento = 0.96, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 154 | - |
| CMYK | 0 | 0.96 | 0.3 | 0.14 |
| HSL | 318.68º | 0.93% | 0.45% | - |
| HSV(B) | 318.68º | 0.96% | 0.86% | - |
| XYZ | 35.43 | 17.72 | 32.13 | - |
| YUV | 88.03 | 165.24 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 154 | 0 | 0.96 | 0.3 | 0.14 | 318.68 | 0.93 | 0.45 |
| Hex | DC | 8 | 9A | 0 | 60 | 1E | E | 13F | 5D | 2D |
| Octal | 334 | 10 | 232 | 0 | 140 | 36 | 16 | 477 | 135 | 55 |
| Binary | 11011100 | 1000 | 10011010 | 0 | 1100000 | 11110 | 1110 | 100111111 | 1011101 | 101101 |
Color Harmonies of #DC089A
Complementary color
Monochromatic Colors of #DC089A
Black with #DC089A
Text Example
Text Example
White with #DC089A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC089A; }
p { color: rgb(220,8,154); }
H1.HeaderClassName
{
color: #DC089A;
}
.AnyTagClassName
{
color: #DC089A;
}
</style>
background-color css
<style>
a { background-color: #DC089A; }
a { background-color: rgb(220,8,154); }
div.DivClassName
{
background-color: #DC089A;
}
.BgClassName
{
background-color: #DC089A;
}
</style>
border-color css
<style>
span { border-color: #DC089A; }
span { border-color: rgb(220,8,154); }
td.TdClassName
{
border-color: #DC089A;
}
.TagClassName
{
border-color: #DC089A;
}
</style>