#D70499

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

Shades of Hollywood Cerise #D70499

Tints of Hollywood Cerise #D70499

Color information

#D70499 (or 0xD70499) is unknown color: approx Hollywood Cerise. HEX triplet: D7, 04 and 99. RGB value is (215,4,153). Sum of RGB (Red+Green+Blue) = 215+4+153=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D70499 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70499 is #28FB66. Grayscale: #535353. Windows color (decimal): -2685799 or 10028247. OLE color: 10028247.

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

Color convert

RGB2154153-
CMYK00.980.290.16
HSL317.63º96.35%42.94%-
HSV(B)317.63º98.14%84.31%-
XYZ33.8216.8331.6-
YUV84.07166.9221.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 57.80%
GREEN value IS 4 (1.95% from 255) = 1.08%
BLUE value IS 153 (60.16% from 255) = 41.13%
R=57.80%
G=1.08%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215415300.980.290.16317.6396.3542.94
HexD74990621D1013e602b
Octal32742310142352047614053
Binary11010111100100110010110001011101100001001111101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D70499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D70499; }

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

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

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

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

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

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

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

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