#D47AB0

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

Shades of Hopbush #D47AB0

Tints of Hopbush #D47AB0

Color information

#D47AB0 (or 0xD47AB0) is unknown color: approx Hopbush. HEX triplet: D4, 7A and B0. RGB value is (212,122,176). Sum of RGB (Red+Green+Blue) = 212+122+176=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 122 (48.05% from 255 or 23.92% from 510); Blue value is 176 (69.14% from 255 or 34.51% from 510); Max value from RGB is 212 - color contains mainly: red. Hex color #D47AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D47AB0 is #2B854F. Grayscale: #9A9A9A. Windows color (decimal): -2852176 or 11565780. OLE color: 11565780.

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

Color convert

RGB212122176-
CMYK00.420.170.17
HSL324º51.14%65.49%-
HSV(B)324º42.45%83.14%-
XYZ41.9531.0544.86-
YUV155.07139.82168.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.57%
GREEN value IS 122 (48.05% from 255) = 23.92%
BLUE value IS 176 (69.14% from 255) = 34.51%
R=41.57%
G=23.92%
B=34.51%

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
Decimal21212217600.420.170.1732451.1465.49
HexD47AB002A11111443341
Octal324172260052212150463101
Binary11010100111101010110000010101010001100011010001001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D47AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D47AB0; }

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

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

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

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

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

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

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

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