#D572AA

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

Shades of Hopbush #D572AA

Tints of Hopbush #D572AA

Color information

#D572AA (or 0xD572AA) is unknown color: approx Hopbush. HEX triplet: D5, 72 and AA. RGB value is (213,114,170). Sum of RGB (Red+Green+Blue) = 213+114+170=497 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.86% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 213 - color contains mainly: red. Hex color #D572AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D572AA is #2A8D55. Grayscale: #959595. Windows color (decimal): -2788694 or 11170517. OLE color: 11170517.

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

Color convert

RGB213114170-
CMYK00.460.200.16
HSL326.06º54.1%64.12%-
HSV(B)326.06º46.48%83.53%-
XYZ40.7129.0841.5-
YUV149.98139.3172.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.86%
GREEN value IS 114 (44.92% from 255) = 22.94%
BLUE value IS 170 (66.80% from 255) = 34.21%
R=42.86%
G=22.94%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311417000.460.200.16326.0654.164.12
HexD572AA02E14101463640
Octal325162252056242050666100
Binary11010101111001010101010010111010100100001010001101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D572AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D572AA; }

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

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

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

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

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

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

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

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