#D564AA

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

Shades of Hopbush #D564AA

Tints of Hopbush #D564AA

Color information

#D564AA (or 0xD564AA) is unknown color: approx Hopbush. HEX triplet: D5, 64 and AA. RGB value is (213,100,170). Sum of RGB (Red+Green+Blue) = 213+100+170=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D564AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D564AA is #2A9B55. Grayscale: #8D8D8D. Windows color (decimal): -2792278 or 11166933. OLE color: 11166933.

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

Color convert

RGB213100170-
CMYK00.530.200.16
HSL322.83º57.36%61.37%-
HSV(B)322.83º53.05%83.53%-
XYZ39.2526.1641.01-
YUV141.77143.94178.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.10%
GREEN value IS 100 (39.45% from 255) = 20.70%
BLUE value IS 170 (66.80% from 255) = 35.20%
R=44.10%
G=20.70%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310017000.530.200.16322.8357.3661.37
HexD564AA0351410143393d
Octal32514425206524205037175
Binary1101010111001001010101001101011010010000101000011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D564AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D564AA; }

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

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

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

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

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

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

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

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