#D564A6

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

Shades of Hopbush #D564A6

Tints of Hopbush #D564A6

Color information

#D564A6 (or 0xD564A6) is unknown color: approx Hopbush. HEX triplet: D5, 64 and A6. RGB value is (213,100,166). Sum of RGB (Red+Green+Blue) = 213+100+166=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 166 (65.23% from 255 or 34.66% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D564A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D564A6 is #2A9B59. Grayscale: #8D8D8D. Windows color (decimal): -2792282 or 10904789. OLE color: 10904789.

HSL color Cylindrical-coordinate representation of color #D564A6: hue angle of 324.96º 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 #D564A6 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB213100166-
CMYK00.530.220.16
HSL324.96º57.36%61.37%-
HSV(B)324.96º53.05%83.53%-
XYZ38.8826.0139.05-
YUV141.31141.94179.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.47%
GREEN value IS 100 (39.45% from 255) = 20.88%
BLUE value IS 166 (65.23% from 255) = 34.66%
R=44.47%
G=20.88%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310016600.530.220.16324.9657.3661.37
HexD564A60351610145393d
Octal32514424606526205057175
Binary1101010111001001010011001101011011010000101000101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D564A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D564A6; }

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

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

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

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

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

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

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

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