#D7049B

Color #D7049B Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #D7049B

Tints of Hollywood Cerise #D7049B

Color information

#D7049B (or 0xD7049B) is unknown color: approx Hollywood Cerise. HEX triplet: D7, 04 and 9B. RGB value is (215,4,155). Sum of RGB (Red+Green+Blue) = 215+4+155=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 4 (1.95% from 255 or 1.07% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D7049B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7049B is #28FB64. Grayscale: #535353. Windows color (decimal): -2685797 or 10159319. OLE color: 10159319.

HSL color Cylindrical-coordinate representation of color #D7049B: hue angle of 317.06º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D7049B is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB2154155-
CMYK00.980.280.16
HSL317.06º96.35%42.94%-
HSV(B)317.06º98.14%84.31%-
XYZ33.9816.932.48-
YUV84.3167.9221.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 57.49%
GREEN value IS 4 (1.95% from 255) = 1.07%
BLUE value IS 155 (60.94% from 255) = 41.44%
R=57.49%
G=1.07%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215415500.980.280.16317.0696.3542.94
HexD749B0621C1013d602b
Octal32742330142342047514053
Binary11010111100100110110110001011100100001001111011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7049B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7049B; }

 p { color: rgb(215,4,155); }

 H1.HeaderClassName
 {
   color: #D7049B;
 }
 .AnyTagClassName
 {
   color: #D7049B;
 }
</style>
background-color css

<style>
 a { background-color: #D7049B; }

 a { background-color: rgb(215,4,155); }

 div.DivClassName
 {
   background-color: #D7049B;
 }
 .BgClassName
 {
   background-color: #D7049B;
 }
</style>
border-color css

<style>
 span { border-color: #D7049B; }

 span { border-color: rgb(215,4,155); }

 td.TdClassName
 {
   border-color: #D7049B;
 }
 .TagClassName
 {
   border-color: #D7049B;
 }
</style>