#D704AB

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

Shades of Hollywood Cerise #D704AB

Tints of Hollywood Cerise #D704AB

Color information

#D704AB (or 0xD704AB) is unknown color: approx Hollywood Cerise. HEX triplet: D7, 04 and AB. RGB value is (215,4,171). Sum of RGB (Red+Green+Blue) = 215+4+171=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 4 (1.95% from 255 or 1.03% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D704AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D704AB is #28FB54. Grayscale: #555555. Windows color (decimal): -2685781 or 11207895. OLE color: 11207895.

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

Color convert

RGB2154171-
CMYK00.980.200.16
HSL312.51º96.35%42.94%-
HSV(B)312.51º98.14%84.31%-
XYZ35.4217.4740.03-
YUV86.13175.9219.92-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 55.13%
GREEN value IS 4 (1.95% from 255) = 1.03%
BLUE value IS 171 (67.19% from 255) = 43.85%
R=55.13%
G=1.03%
B=43.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215417100.980.200.16312.5196.3542.94
HexD74AB0621410139602b
Octal32742530142242047114053
Binary11010111100101010110110001010100100001001110011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D704AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D704AB; }

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

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

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

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

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

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

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

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