#D163AD

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

Shades of Hopbush #D163AD

Tints of Hopbush #D163AD

Color information

#D163AD (or 0xD163AD) is unknown color: approx Hopbush. HEX triplet: D1, 63 and AD. RGB value is (209,99,173). Sum of RGB (Red+Green+Blue) = 209+99+173=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 99 (39.06% from 255 or 20.58% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D163AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D163AD is #2E9C52. Grayscale: #8C8C8C. Windows color (decimal): -3054675 or 11363281. OLE color: 11363281.

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

Color convert

RGB20999173-
CMYK00.530.170.18
HSL319.64º54.46%60.39%-
HSV(B)319.64º52.63%81.96%-
XYZ38.325.542.44-
YUV140.33146.44176.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.45%
GREEN value IS 99 (39.06% from 255) = 20.58%
BLUE value IS 173 (67.97% from 255) = 35.97%
R=43.45%
G=20.58%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2099917300.530.170.18319.6454.4660.39
HexD163AD0351112140363c
Octal32114325506521225006674
Binary1101000111000111010110101101011000110010101000000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D163AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D163AD; }

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

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

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

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

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

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

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

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