#D564AB

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

Shades of Hopbush #D564AB

Tints of Hopbush #D564AB

Color information

#D564AB (or 0xD564AB) is unknown color: approx Hopbush. HEX triplet: D5, 64 and AB. RGB value is (213,100,171). Sum of RGB (Red+Green+Blue) = 213+100+171=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 100 (39.45% from 255 or 20.66% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D564AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D564AB is #2A9B54. Grayscale: #8D8D8D. Windows color (decimal): -2792277 or 11232469. OLE color: 11232469.

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

Color convert

RGB213100171-
CMYK00.530.200.16
HSL322.3º57.36%61.37%-
HSV(B)322.3º53.05%83.53%-
XYZ39.3526.241.51-
YUV141.88144.44178.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.01%
GREEN value IS 100 (39.45% from 255) = 20.66%
BLUE value IS 171 (67.19% from 255) = 35.33%
R=44.01%
G=20.66%
B=35.33%

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
Decimal21310017100.530.200.16322.357.3661.37
HexD564AB0351410142393d
Octal32514425306524205027175
Binary1101010111001001010101101101011010010000101000010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D564AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D564AB; }

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

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

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

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

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

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

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

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