#D56FA9

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

Shades of Hopbush #D56FA9

Tints of Hopbush #D56FA9

Color information

#D56FA9 (or 0xD56FA9) is unknown color: approx Hopbush. HEX triplet: D5, 6F and A9. RGB value is (213,111,169). Sum of RGB (Red+Green+Blue) = 213+111+169=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 169 (66.41% from 255 or 34.28% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D56FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56FA9 is #2A9056. Grayscale: #939393. Windows color (decimal): -2789463 or 11104213. OLE color: 11104213.

HSL color Cylindrical-coordinate representation of color #D56FA9: hue angle of 325.88º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D56FA9 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB213111169-
CMYK00.480.210.16
HSL325.88º54.84%63.53%-
HSV(B)325.88º47.89%83.53%-
XYZ40.2928.3840.89-
YUV148.11139.79174.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.20%
GREEN value IS 111 (43.75% from 255) = 22.52%
BLUE value IS 169 (66.41% from 255) = 34.28%
R=43.20%
G=22.52%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311116900.480.210.16325.8854.8463.53
HexD56FA903015101463740
Octal325157251060252050667100
Binary11010101110111110101001011000010101100001010001101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56FA9; }

 p { color: rgb(213,111,169); }

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

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

 a { background-color: rgb(213,111,169); }

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

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

 span { border-color: rgb(213,111,169); }

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