#D163A9

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

Shades of Hopbush #D163A9

Tints of Hopbush #D163A9

Color information

#D163A9 (or 0xD163A9) is unknown color: approx Hopbush. HEX triplet: D1, 63 and A9. RGB value is (209,99,169). Sum of RGB (Red+Green+Blue) = 209+99+169=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 169 (66.41% from 255 or 35.43% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D163A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D163A9 is #2E9C56. Grayscale: #8B8B8B. Windows color (decimal): -3054679 or 11101137. OLE color: 11101137.

HSL color Cylindrical-coordinate representation of color #D163A9: hue angle of 321.82º 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 #D163A9 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB20999169-
CMYK00.530.190.18
HSL321.82º54.46%60.39%-
HSV(B)321.82º52.63%81.96%-
XYZ37.9225.3440.43-
YUV139.87144.44177.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.82%
GREEN value IS 99 (39.06% from 255) = 20.75%
BLUE value IS 169 (66.41% from 255) = 35.43%
R=43.82%
G=20.75%
B=35.43%

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
Decimal2099916900.530.190.18321.8254.4660.39
HexD163A90351312142363c
Octal32114325106523225026674
Binary1101000111000111010100101101011001110010101000010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D163A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D163A9; }

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

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

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

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

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

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

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

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