#D165AE

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

Shades of Hopbush #D165AE

Tints of Hopbush #D165AE

Color information

#D165AE (or 0xD165AE) is unknown color: approx Hopbush. HEX triplet: D1, 65 and AE. RGB value is (209,101,174). Sum of RGB (Red+Green+Blue) = 209+101+174=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D165AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D165AE is #2E9A51. Grayscale: #8D8D8D. Windows color (decimal): -3054162 or 11429329. OLE color: 11429329.

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

Color convert

RGB209101174-
CMYK00.520.170.18
HSL319.44º54%60.78%-
HSV(B)319.44º51.67%81.96%-
XYZ38.5925.9243.01-
YUV141.61146.28176.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.18%
GREEN value IS 101 (39.84% from 255) = 20.87%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=43.18%
G=20.87%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910117400.520.170.18319.445460.78
HexD165AE034111213f363d
Octal32114525606421224776675
Binary1101000111001011010111001101001000110010100111111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D165AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D165AE; }

 p { color: rgb(209,101,174); }

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

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

 a { background-color: rgb(209,101,174); }

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

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

 span { border-color: rgb(209,101,174); }

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