#D575AA

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

Shades of Hopbush #D575AA

Tints of Hopbush #D575AA

Color information

#D575AA (or 0xD575AA) is unknown color: approx Hopbush. HEX triplet: D5, 75 and AA. RGB value is (213,117,170). Sum of RGB (Red+Green+Blue) = 213+117+170=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 213 - color contains mainly: red. Hex color #D575AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D575AA is #2A8A55. Grayscale: #979797. Windows color (decimal): -2787926 or 11171285. OLE color: 11171285.

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

Color convert

RGB213117170-
CMYK00.450.200.16
HSL326.88º53.33%64.71%-
HSV(B)326.88º45.07%83.53%-
XYZ41.0629.7741.61-
YUV151.75138.3171.69-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.6%
GREEN value IS 117 (46.09% from 255) = 23.4%
BLUE value IS 170 (66.80% from 255) = 34%
R=42.6%
G=23.4%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311717000.450.200.16326.8853.3364.71
HexD575AA02D14101473541
Octal325165252055242050765101
Binary11010101111010110101010010110110100100001010001111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D575AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D575AA; }

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

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

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

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

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

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

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

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