#D170AE

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

Shades of Hopbush #D170AE

Tints of Hopbush #D170AE

Color information

#D170AE (or 0xD170AE) is unknown color: approx Hopbush. HEX triplet: D1, 70 and AE. RGB value is (209,112,174). Sum of RGB (Red+Green+Blue) = 209+112+174=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 112 (44.14% from 255 or 22.63% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D170AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D170AE is #2E8F51. Grayscale: #939393. Windows color (decimal): -3051346 or 11432145. OLE color: 11432145.

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

Color convert

RGB209112174-
CMYK00.460.170.18
HSL321.65º51.32%62.94%-
HSV(B)321.65º46.41%81.96%-
XYZ39.7328.243.39-
YUV148.07142.64171.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.22%
GREEN value IS 112 (44.14% from 255) = 22.63%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=42.22%
G=22.63%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911217400.460.170.18321.6551.3262.94
HexD170AE02E1112142333f
Octal32116025605621225026377
Binary1101000111100001010111001011101000110010101000010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D170AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D170AE; }

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

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

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

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

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

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

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

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