#D471AA

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

Shades of Hopbush #D471AA

Tints of Hopbush #D471AA

Color information

#D471AA (or 0xD471AA) is unknown color: approx Hopbush. HEX triplet: D4, 71 and AA. RGB value is (212,113,170). Sum of RGB (Red+Green+Blue) = 212+113+170=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D471AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D471AA is #2B8E55. Grayscale: #949494. Windows color (decimal): -2854486 or 11170260. OLE color: 11170260.

HSL color Cylindrical-coordinate representation of color #D471AA: hue angle of 325.45º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D471AA is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB212113170-
CMYK00.470.200.17
HSL325.45º53.51%63.73%-
HSV(B)325.45º46.7%83.14%-
XYZ40.3128.7141.45-
YUV149.1139.8172.87-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.83%
GREEN value IS 113 (44.53% from 255) = 22.83%
BLUE value IS 170 (66.80% from 255) = 34.34%
R=42.83%
G=22.83%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211317000.470.200.17325.4553.5163.73
HexD471AA02F14111453640
Octal324161252057242150566100
Binary11010100111000110101010010111110100100011010001011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D471AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D471AA; }

 p { color: rgb(212,113,170); }

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

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

 a { background-color: rgb(212,113,170); }

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

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

 span { border-color: rgb(212,113,170); }

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