Shades of Hollywood Cerise #D6069C
Tints of Hollywood Cerise #D6069C
RGB
CMYK
RGB Variations
Color information
#D6069C (or 0xD6069C) is known color: Hollywood Cerise. HEX triplet: D6, 06 and 9C. RGB value is (214,6,156). Sum of RGB (Red+Green+Blue) = 214+6+156=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D6069C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6069C is #29F963. Grayscale: #545454. Windows color (decimal): -2750820 or 10225366. OLE color: 10225366.
HSL color Cylindrical-coordinate representation of color #D6069C: hue angle of 316.73º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D6069C is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 6 | 156 | - |
| CMYK | 0 | 0.97 | 0.27 | 0.16 |
| HSL | 316.73º | 0.95% | 0.43% | - |
| HSV(B) | 316.73º | 0.97% | 0.84% | - |
| XYZ | 33.8 | 16.83 | 32.92 | - |
| YUV | 85.29 | 167.91 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 6 | 156 | 0 | 0.97 | 0.27 | 0.16 | 316.73 | 0.95 | 0.43 |
| Hex | D6 | 6 | 9C | 0 | 61 | 1B | 10 | 13D | 5F | 2B |
| Octal | 326 | 6 | 234 | 0 | 141 | 33 | 20 | 475 | 137 | 53 |
| Binary | 11010110 | 110 | 10011100 | 0 | 1100001 | 11011 | 10000 | 100111101 | 1011111 | 101011 |
Color Harmonies of #D6069C
Complementary color
Monochromatic Colors of #D6069C
Black with #D6069C
Text Example
Text Example
White with #D6069C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6069C; }
p { color: rgb(214,6,156); }
H1.HeaderClassName
{
color: #D6069C;
}
.AnyTagClassName
{
color: #D6069C;
}
</style>
background-color css
<style>
a { background-color: #D6069C; }
a { background-color: rgb(214,6,156); }
div.DivClassName
{
background-color: #D6069C;
}
.BgClassName
{
background-color: #D6069C;
}
</style>
border-color css
<style>
span { border-color: #D6069C; }
span { border-color: rgb(214,6,156); }
td.TdClassName
{
border-color: #D6069C;
}
.TagClassName
{
border-color: #D6069C;
}
</style>