#D564AE

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

Shades of Hopbush #D564AE

Tints of Hopbush #D564AE

Color information

#D564AE (or 0xD564AE) is unknown color: approx Hopbush. HEX triplet: D5, 64 and AE. RGB value is (213,100,174). Sum of RGB (Red+Green+Blue) = 213+100+174=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 174 (68.36% from 255 or 35.73% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D564AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D564AE is #2A9B51. Grayscale: #8E8E8E. Windows color (decimal): -2792274 or 11429077. OLE color: 11429077.

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

Color convert

RGB213100174-
CMYK00.530.180.16
HSL320.71º57.36%61.37%-
HSV(B)320.71º53.05%83.53%-
XYZ39.6426.3243.03-
YUV142.22145.94178.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.74%
GREEN value IS 100 (39.45% from 255) = 20.53%
BLUE value IS 174 (68.36% from 255) = 35.73%
R=43.74%
G=20.53%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310017400.530.180.16320.7157.3661.37
HexD564AE0351210141393d
Octal32514425606522205017175
Binary1101010111001001010111001101011001010000101000001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D564AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D564AE; }

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

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

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

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

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

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

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

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