#D571AA

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

Shades of Hopbush #D571AA

Tints of Hopbush #D571AA

Color information

#D571AA (or 0xD571AA) is unknown color: approx Hopbush. HEX triplet: D5, 71 and AA. RGB value is (213,113,170). Sum of RGB (Red+Green+Blue) = 213+113+170=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D571AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D571AA is #2A8E55. Grayscale: #959595. Windows color (decimal): -2788950 or 11170261. OLE color: 11170261.

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

Color convert

RGB213113170-
CMYK00.470.200.16
HSL325.8º54.35%63.92%-
HSV(B)325.8º46.95%83.53%-
XYZ40.628.8641.46-
YUV149.4139.63173.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.94%
GREEN value IS 113 (44.53% from 255) = 22.78%
BLUE value IS 170 (66.80% from 255) = 34.27%
R=42.94%
G=22.78%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311317000.470.200.16325.854.3563.92
HexD571AA02F14101463640
Octal325161252057242050666100
Binary11010101111000110101010010111110100100001010001101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D571AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D571AA; }

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

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

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

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

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

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

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

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