#D169B1

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

Shades of Hopbush #D169B1

Tints of Hopbush #D169B1

Color information

#D169B1 (or 0xD169B1) is unknown color: approx Hopbush. HEX triplet: D1, 69 and B1. RGB value is (209,105,177). Sum of RGB (Red+Green+Blue) = 209+105+177=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D169B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D169B1 is #2E964E. Grayscale: #909090. Windows color (decimal): -3053135 or 11626961. OLE color: 11626961.

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

Color convert

RGB209105177-
CMYK00.500.150.18
HSL318.46º53.06%61.57%-
HSV(B)318.46º49.76%81.96%-
XYZ39.2826.8344.7-
YUV144.3146.46174.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.57%
GREEN value IS 105 (41.41% from 255) = 21.38%
BLUE value IS 177 (69.53% from 255) = 36.05%
R=42.57%
G=21.38%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20910517700.500.150.18318.4653.0661.57
HexD169B1032F1213e353e
Octal32115126106217224766576
Binary110100011101001101100010110010111110010100111110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D169B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D169B1; }

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

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

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

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

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

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

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

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