#D168AB

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

Shades of Hopbush #D168AB

Tints of Hopbush #D168AB

Color information

#D168AB (or 0xD168AB) is unknown color: approx Hopbush. HEX triplet: D1, 68 and AB. RGB value is (209,104,171). Sum of RGB (Red+Green+Blue) = 209+104+171=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D168AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D168AB is #2E9754. Grayscale: #8E8E8E. Windows color (decimal): -3053397 or 11233489. OLE color: 11233489.

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

Color convert

RGB209104171-
CMYK00.500.180.18
HSL321.71º53.3%61.37%-
HSV(B)321.71º50.24%81.96%-
XYZ38.626.441.59-
YUV143.03143.79175.05-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.18%
GREEN value IS 104 (41.02% from 255) = 21.49%
BLUE value IS 171 (67.19% from 255) = 35.33%
R=43.18%
G=21.49%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910417100.500.180.18321.7153.361.37
HexD168AB0321212142353d
Octal32115025306222225026575
Binary1101000111010001010101101100101001010010101000010110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D168AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D168AB; }

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

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

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

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

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

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

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

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