#D177B1

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

Shades of Hopbush #D177B1

Tints of Hopbush #D177B1

Color information

#D177B1 (or 0xD177B1) is unknown color: approx Hopbush. HEX triplet: D1, 77 and B1. RGB value is (209,119,177). Sum of RGB (Red+Green+Blue) = 209+119+177=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 177 (69.53% from 255 or 35.05% from 505); Max value from RGB is 209 - color contains mainly: red. Hex color #D177B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D177B1 is #2E884E. Grayscale: #989898. Windows color (decimal): -3049551 or 11630545. OLE color: 11630545.

HSL color Cylindrical-coordinate representation of color #D177B1: hue angle of 321.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D177B1 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB209119177-
CMYK00.430.150.18
HSL321.33º49.45%64.31%-
HSV(B)321.33º43.06%81.96%-
XYZ40.8329.9245.22-
YUV152.52141.82168.28-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.39%
GREEN value IS 119 (46.88% from 255) = 23.56%
BLUE value IS 177 (69.53% from 255) = 35.05%
R=41.39%
G=23.56%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911917700.430.150.18321.3349.4564.31
HexD177B102BF121413140
Octal321167261053172250161100
Binary1101000111101111011000101010111111100101010000011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D177B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D177B1; }

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

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

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

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

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

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

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

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