#D174B0

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

Shades of Hopbush #D174B0

Tints of Hopbush #D174B0

Color information

#D174B0 (or 0xD174B0) is unknown color: approx Hopbush. HEX triplet: D1, 74 and B0. RGB value is (209,116,176). Sum of RGB (Red+Green+Blue) = 209+116+176=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 209 - color contains mainly: red. Hex color #D174B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D174B0 is #2E8B4F. Grayscale: #969696. Windows color (decimal): -3050320 or 11564241. OLE color: 11564241.

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

Color convert

RGB209116176-
CMYK00.440.160.18
HSL321.29º50.27%63.73%-
HSV(B)321.29º44.5%81.96%-
XYZ40.3829.1844.58-
YUV150.65142.31169.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.72%
GREEN value IS 116 (45.70% from 255) = 23.15%
BLUE value IS 176 (69.14% from 255) = 35.13%
R=41.72%
G=23.15%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20911617600.440.160.18321.2950.2763.73
HexD174B002C10121413240
Octal321164260054202250162100
Binary11010001111010010110000010110010000100101010000011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D174B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D174B0; }

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

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

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

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

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

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

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

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