Shades of Hollywood Cerise #D7069A
Tints of Hollywood Cerise #D7069A
RGB
CMYK
RGB Variations
Color information
#D7069A (or 0xD7069A) is known color: Hollywood Cerise. HEX triplet: D7, 06 and 9A. RGB value is (215,6,154). Sum of RGB (Red+Green+Blue) = 215+6+154=375 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.33% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 215 - color contains mainly: red. Hex color #D7069A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7069A is #28F965. Grayscale: #545454. Windows color (decimal): -2685286 or 10094295. OLE color: 10094295.
HSL color Cylindrical-coordinate representation of color #D7069A: hue angle of 317.51º 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 #D7069A is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 6 | 154 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.16 |
| HSL | 317.51º | 0.95% | 0.43% | - |
| HSV(B) | 317.51º | 0.97% | 0.84% | - |
| XYZ | 33.92 | 16.91 | 32.05 | - |
| YUV | 85.36 | 166.74 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 6 | 154 | 0 | 0.97 | 0.28 | 0.16 | 317.51 | 0.95 | 0.43 |
| Hex | D7 | 6 | 9A | 0 | 61 | 1C | 10 | 13E | 5F | 2B |
| Octal | 327 | 6 | 232 | 0 | 141 | 34 | 20 | 476 | 137 | 53 |
| Binary | 11010111 | 110 | 10011010 | 0 | 1100001 | 11100 | 10000 | 100111110 | 1011111 | 101011 |
Color Harmonies of #D7069A
Complementary color
Monochromatic Colors of #D7069A
Black with #D7069A
Text Example
Text Example
White with #D7069A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7069A; }
p { color: rgb(215,6,154); }
H1.HeaderClassName
{
color: #D7069A;
}
.AnyTagClassName
{
color: #D7069A;
}
</style>
background-color css
<style>
a { background-color: #D7069A; }
a { background-color: rgb(215,6,154); }
div.DivClassName
{
background-color: #D7069A;
}
.BgClassName
{
background-color: #D7069A;
}
</style>
border-color css
<style>
span { border-color: #D7069A; }
span { border-color: rgb(215,6,154); }
td.TdClassName
{
border-color: #D7069A;
}
.TagClassName
{
border-color: #D7069A;
}
</style>