#D168AD

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

Shades of Hopbush #D168AD

Tints of Hopbush #D168AD

Color information

#D168AD (or 0xD168AD) is unknown color: approx Hopbush. HEX triplet: D1, 68 and AD. RGB value is (209,104,173). Sum of RGB (Red+Green+Blue) = 209+104+173=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D168AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D168AD is #2E9752. Grayscale: #8F8F8F. Windows color (decimal): -3053395 or 11364561. OLE color: 11364561.

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

Color convert

RGB209104173-
CMYK00.500.170.18
HSL320.57º53.3%61.37%-
HSV(B)320.57º50.24%81.96%-
XYZ38.7926.4742.6-
YUV143.26144.79174.89-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.00%
GREEN value IS 104 (41.02% from 255) = 21.40%
BLUE value IS 173 (67.97% from 255) = 35.60%
R=43.00%
G=21.40%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910417300.500.170.18320.5753.361.37
HexD168AD0321112141353d
Octal32115025506221225016575
Binary1101000111010001010110101100101000110010101000001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D168AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D168AD; }

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

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

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

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

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

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

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

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