#D564AD

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

Shades of Hopbush #D564AD

Tints of Hopbush #D564AD

Color information

#D564AD (or 0xD564AD) is unknown color: approx Hopbush. HEX triplet: D5, 64 and AD. RGB value is (213,100,173). Sum of RGB (Red+Green+Blue) = 213+100+173=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 173 (67.97% from 255 or 35.60% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D564AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D564AD is #2A9B52. Grayscale: #8D8D8D. Windows color (decimal): -2792275 or 11363541. OLE color: 11363541.

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

Color convert

RGB213100173-
CMYK00.530.190.16
HSL321.24º57.36%61.37%-
HSV(B)321.24º53.05%83.53%-
XYZ39.5426.2842.52-
YUV142.11145.44178.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.83%
GREEN value IS 100 (39.45% from 255) = 20.58%
BLUE value IS 173 (67.97% from 255) = 35.60%
R=43.83%
G=20.58%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310017300.530.190.16321.2457.3661.37
HexD564AD0351310141393d
Octal32514425506523205017175
Binary1101010111001001010110101101011001110000101000001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D564AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D564AD; }

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

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

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

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

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

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

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

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