#D564A8

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

Shades of Hopbush #D564A8

Tints of Hopbush #D564A8

Color information

#D564A8 (or 0xD564A8) is unknown color: approx Hopbush. HEX triplet: D5, 64 and A8. RGB value is (213,100,168). Sum of RGB (Red+Green+Blue) = 213+100+168=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 168 (66.02% from 255 or 34.93% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D564A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D564A8 is #2A9B57. Grayscale: #8D8D8D. Windows color (decimal): -2792280 or 11035861. OLE color: 11035861.

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

Color convert

RGB213100168-
CMYK00.530.210.16
HSL323.89º57.36%61.37%-
HSV(B)323.89º53.05%83.53%-
XYZ39.0726.0940.02-
YUV141.54142.94178.97-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.28%
GREEN value IS 100 (39.45% from 255) = 20.79%
BLUE value IS 168 (66.02% from 255) = 34.93%
R=44.28%
G=20.79%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310016800.530.210.16323.8957.3661.37
HexD564A80351510144393d
Octal32514425006525205047175
Binary1101010111001001010100001101011010110000101000100111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D564A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D564A8; }

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

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

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

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

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

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

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

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