#D704AA

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

Shades of Hollywood Cerise #D704AA

Tints of Hollywood Cerise #D704AA

Color information

#D704AA (or 0xD704AA) is unknown color: approx Hollywood Cerise. HEX triplet: D7, 04 and AA. RGB value is (215,4,170). Sum of RGB (Red+Green+Blue) = 215+4+170=389 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.27% from 389); Green value is 4 (1.95% from 255 or 1.03% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 215 - color contains mainly: red. Hex color #D704AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D704AA is #28FB55. Grayscale: #555555. Windows color (decimal): -2685782 or 11142359. OLE color: 11142359.

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

Color convert

RGB2154170-
CMYK00.980.210.16
HSL312.8º96.35%42.94%-
HSV(B)312.8º98.14%84.31%-
XYZ35.3217.4439.53-
YUV86.01175.4220-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.27%
GREEN value IS 4 (1.95% from 255) = 1.03%
BLUE value IS 170 (66.80% from 255) = 43.70%
R=55.27%
G=1.03%
B=43.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215417000.980.210.16312.896.3542.94
HexD74AA0621510139602b
Octal32742520142252047114053
Binary11010111100101010100110001010101100001001110011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D704AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D704AA; }

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

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

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

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

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

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

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

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