#D165AC

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

Shades of Hopbush #D165AC

Tints of Hopbush #D165AC

Color information

#D165AC (or 0xD165AC) is unknown color: approx Hopbush. HEX triplet: D1, 65 and AC. RGB value is (209,101,172). Sum of RGB (Red+Green+Blue) = 209+101+172=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 101 (39.84% from 255 or 20.95% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D165AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D165AC is #2E9A53. Grayscale: #8D8D8D. Windows color (decimal): -3054164 or 11298257. OLE color: 11298257.

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

Color convert

RGB209101172-
CMYK00.520.180.18
HSL320.56º54%60.78%-
HSV(B)320.56º51.67%81.96%-
XYZ38.3925.8441.99-
YUV141.39145.28176.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.36%
GREEN value IS 101 (39.84% from 255) = 20.95%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=43.36%
G=20.95%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910117200.520.180.18320.565460.78
HexD165AC0341212141363d
Octal32114525406422225016675
Binary1101000111001011010110001101001001010010101000001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D165AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D165AC; }

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

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

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

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

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

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

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

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