#D169B0

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

Shades of Hopbush #D169B0

Tints of Hopbush #D169B0

Color information

#D169B0 (or 0xD169B0) is unknown color: approx Hopbush. HEX triplet: D1, 69 and B0. RGB value is (209,105,176). Sum of RGB (Red+Green+Blue) = 209+105+176=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 105 (41.41% from 255 or 21.43% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D169B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D169B0 is #2E964F. Grayscale: #909090. Windows color (decimal): -3053136 or 11561425. OLE color: 11561425.

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

Color convert

RGB209105176-
CMYK00.500.160.18
HSL319.04º53.06%61.57%-
HSV(B)319.04º49.76%81.96%-
XYZ39.1826.7944.18-
YUV144.19145.96174.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.65%
GREEN value IS 105 (41.41% from 255) = 21.43%
BLUE value IS 176 (69.14% from 255) = 35.92%
R=42.65%
G=21.43%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910517600.500.160.18319.0453.0661.57
HexD169B0032101213f353e
Octal32115126006220224776576
Binary1101000111010011011000001100101000010010100111111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D169B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D169B0; }

 p { color: rgb(209,105,176); }

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

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

 a { background-color: rgb(209,105,176); }

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

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

 span { border-color: rgb(209,105,176); }

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