#d47aa7

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

Shades of Hopbush #D47AA7

Tints of Hopbush #D47AA7

Color information

#D47AA7 (or 0xD47AA7) is unknown color: approx Hopbush. HEX triplet: D4, 7A and A7. RGB value is (212,122,167). Sum of RGB (Red+Green+Blue) = 212+122+167=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 122 (48.05% from 255 or 24.35% from 501); Blue value is 167 (65.62% from 255 or 33.33% from 501); Max value from RGB is 212 - color contains mainly: red. Hex color #D47AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47AA7 is #2B8558. Grayscale: #999999. Windows color (decimal): -2852185 or 10975956. OLE color: 10975956.

HSL color Cylindrical-coordinate representation of color #D47AA7: hue angle of 330º 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 #D47AA7 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB212122167-
CMYK00.420.210.17
HSL330º51.14%65.49%-
HSV(B)330º42.45%83.14%-
XYZ41.0930.7140.32-
YUV154.04135.32169.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.32%
GREEN value IS 122 (48.05% from 255) = 24.35%
BLUE value IS 167 (65.62% from 255) = 33.33%
R=42.32%
G=24.35%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21212216700.420.210.1733051.1465.49
HexD47AA702A151114a3341
Octal324172247052252151263101
Binary11010100111101010100111010101010101100011010010101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d47aa7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d47aa7; }

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

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

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

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

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

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

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

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