#D47AAF

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

Shades of Hopbush #D47AAF

Tints of Hopbush #D47AAF

Color information

#D47AAF (or 0xD47AAF) is unknown color: approx Hopbush. HEX triplet: D4, 7A and AF. RGB value is (212,122,175). Sum of RGB (Red+Green+Blue) = 212+122+175=509 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.65% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 212 - color contains mainly: red. Hex color #D47AAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47AAF is #2B8550. Grayscale: #9A9A9A. Windows color (decimal): -2852177 or 11500244. OLE color: 11500244.

HSL color Cylindrical-coordinate representation of color #D47AAF: hue angle of 324.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D47AAF is Cyan = 0, Magento = 0.42, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB212122175-
CMYK00.420.170.17
HSL324.67º51.14%65.49%-
HSV(B)324.67º42.45%83.14%-
XYZ41.8531.0144.34-
YUV154.95139.32168.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.65%
GREEN value IS 122 (48.05% from 255) = 23.97%
BLUE value IS 175 (68.75% from 255) = 34.38%
R=41.65%
G=23.97%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212217500.420.170.17324.6751.1465.49
HexD47AAF02A11111453341
Octal324172257052212150563101
Binary11010100111101010101111010101010001100011010001011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47AAF; }

 p { color: rgb(212,122,175); }

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

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

 a { background-color: rgb(212,122,175); }

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

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

 span { border-color: rgb(212,122,175); }

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