#D561A4

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

Shades of Hopbush #D561A4

Tints of Hopbush #D561A4

Color information

#D561A4 (or 0xD561A4) is unknown color: approx Hopbush. HEX triplet: D5, 61 and A4. RGB value is (213,97,164). Sum of RGB (Red+Green+Blue) = 213+97+164=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 97 (38.28% from 255 or 20.46% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D561A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D561A4 is #2A9E5B. Grayscale: #8B8B8B. Windows color (decimal): -2793052 or 10772949. OLE color: 10772949.

HSL color Cylindrical-coordinate representation of color #D561A4: hue angle of 325.34º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D561A4 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB21397164-
CMYK00.540.230.16
HSL325.34º58%60.78%-
HSV(B)325.34º54.46%83.53%-
XYZ38.4225.3838-
YUV139.32141.93180.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.94%
GREEN value IS 97 (38.28% from 255) = 20.46%
BLUE value IS 164 (64.45% from 255) = 34.60%
R=44.94%
G=20.46%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139716400.540.230.16325.345860.78
HexD561A403617101453a3d
Octal32514124406627205057275
Binary1101010111000011010010001101101011110000101000101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D561A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D561A4; }

 p { color: rgb(213,97,164); }

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

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

 a { background-color: rgb(213,97,164); }

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

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

 span { border-color: rgb(213,97,164); }

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