#D165AA

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

Shades of Hopbush #D165AA

Tints of Hopbush #D165AA

Color information

#D165AA (or 0xD165AA) is unknown color: approx Hopbush. HEX triplet: D1, 65 and AA. RGB value is (209,101,170). Sum of RGB (Red+Green+Blue) = 209+101+170=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D165AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D165AA is #2E9A55. Grayscale: #8C8C8C. Windows color (decimal): -3054166 or 11167185. OLE color: 11167185.

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

Color convert

RGB209101170-
CMYK00.520.190.18
HSL321.67º54%60.78%-
HSV(B)321.67º51.67%81.96%-
XYZ38.225.7640.99-
YUV141.16144.28176.39-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.54%
GREEN value IS 101 (39.84% from 255) = 21.04%
BLUE value IS 170 (66.80% from 255) = 35.42%
R=43.54%
G=21.04%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910117000.520.190.18321.675460.78
HexD165AA0341312142363d
Octal32114525206423225026675
Binary1101000111001011010101001101001001110010101000010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D165AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D165AA; }

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

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

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

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

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

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

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

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