#D163AA

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

Shades of Hopbush #D163AA

Tints of Hopbush #D163AA

Color information

#D163AA (or 0xD163AA) is unknown color: approx Hopbush. HEX triplet: D1, 63 and AA. RGB value is (209,99,170). Sum of RGB (Red+Green+Blue) = 209+99+170=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D163AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D163AA is #2E9C55. Grayscale: #8B8B8B. Windows color (decimal): -3054678 or 11166673. OLE color: 11166673.

HSL color Cylindrical-coordinate representation of color #D163AA: hue angle of 321.27º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D163AA is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB20999170-
CMYK00.530.190.18
HSL321.27º54.46%60.39%-
HSV(B)321.27º52.63%81.96%-
XYZ38.0125.3840.93-
YUV139.98144.94177.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.72%
GREEN value IS 99 (39.06% from 255) = 20.71%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=43.72%
G=20.71%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099917000.530.190.18321.2754.4660.39
HexD163AA0351312141363c
Octal32114325206523225016674
Binary1101000111000111010101001101011001110010101000001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D163AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D163AA; }

 p { color: rgb(209,99,170); }

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

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

 a { background-color: rgb(209,99,170); }

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

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

 span { border-color: rgb(209,99,170); }

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