#D7049A

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

Shades of Hollywood Cerise #D7049A

Tints of Hollywood Cerise #D7049A

Color information

#D7049A (or 0xD7049A) is unknown color: approx Hollywood Cerise. HEX triplet: D7, 04 and 9A. RGB value is (215,4,154). Sum of RGB (Red+Green+Blue) = 215+4+154=373 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.64% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 215 - color contains mainly: red. Hex color #D7049A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7049A is #28FB65. Grayscale: #535353. Windows color (decimal): -2685798 or 10093783. OLE color: 10093783.

HSL color Cylindrical-coordinate representation of color #D7049A: hue angle of 317.35º 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 #D7049A is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB2154154-
CMYK00.980.280.16
HSL317.35º96.35%42.94%-
HSV(B)317.35º98.14%84.31%-
XYZ33.916.8732.04-
YUV84.19167.4221.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 57.64%
GREEN value IS 4 (1.95% from 255) = 1.07%
BLUE value IS 154 (60.55% from 255) = 41.29%
R=57.64%
G=1.07%
B=41.29%

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
Decimal215415400.980.280.16317.3596.3542.94
HexD749A0621C1013d602b
Octal32742320142342047514053
Binary11010111100100110100110001011100100001001111011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7049A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7049A; }

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

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

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

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

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

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

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

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