#D174AF

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

Shades of Hopbush #D174AF

Tints of Hopbush #D174AF

Color information

#D174AF (or 0xD174AF) is unknown color: approx Hopbush. HEX triplet: D1, 74 and AF. RGB value is (209,116,175). Sum of RGB (Red+Green+Blue) = 209+116+175=500 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.8% from 500); Green value is 116 (45.70% from 255 or 23.2% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 209 - color contains mainly: red. Hex color #D174AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D174AF is #2E8B50. Grayscale: #969696. Windows color (decimal): -3050321 or 11498705. OLE color: 11498705.

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

Color convert

RGB209116175-
CMYK00.440.160.18
HSL321.94º50.27%63.73%-
HSV(B)321.94º44.5%81.96%-
XYZ40.2829.1444.06-
YUV150.53141.81169.7-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.8%
GREEN value IS 116 (45.70% from 255) = 23.2%
BLUE value IS 175 (68.75% from 255) = 35%
R=41.8%
G=23.2%
B=35%

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
Decimal20911617500.440.160.18321.9450.2763.73
HexD174AF02C10121423240
Octal321164257054202250262100
Binary11010001111010010101111010110010000100101010000101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D174AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D174AF; }

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

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

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

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

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

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

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

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