#D916AA

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

Shades of Hollywood Cerise #D916AA

Tints of Hollywood Cerise #D916AA

Color information

#D916AA (or 0xD916AA) is unknown color: approx Hollywood Cerise. HEX triplet: D9, 16 and AA. RGB value is (217,22,170). Sum of RGB (Red+Green+Blue) = 217+22+170=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 22 (8.98% from 255 or 5.38% from 409); Blue value is 170 (66.80% from 255 or 41.56% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D916AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D916AA is #26E955. Grayscale: #606060. Windows color (decimal): -2550102 or 11146969. OLE color: 11146969.

HSL color Cylindrical-coordinate representation of color #D916AA: hue angle of 314.46º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D916AA is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB21722170-
CMYK00.900.220.15
HSL314.46º81.59%46.86%-
HSV(B)314.46º89.86%85.1%-
XYZ36.1618.2339.64-
YUV97.18169.1213.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.06%
GREEN value IS 22 (8.98% from 255) = 5.38%
BLUE value IS 170 (66.80% from 255) = 41.56%
R=53.06%
G=5.38%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172217000.900.220.15314.4681.5946.86
HexD916AA05A16F13a522f
Octal331262520132261747212257
Binary110110011011010101010010110101011011111001110101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D916AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D916AA; }

 p { color: rgb(217,22,170); }

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

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

 a { background-color: rgb(217,22,170); }

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

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

 span { border-color: rgb(217,22,170); }

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