#d56faa

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

Shades of Hopbush #D56FAA

Tints of Hopbush #D56FAA

Color information

#D56FAA (or 0xD56FAA) is unknown color: approx Hopbush. HEX triplet: D5, 6F and AA. RGB value is (213,111,170). Sum of RGB (Red+Green+Blue) = 213+111+170=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D56FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56FAA is #2A9055. Grayscale: #949494. Windows color (decimal): -2789462 or 11169749. OLE color: 11169749.

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

Color convert

RGB213111170-
CMYK00.480.200.16
HSL325.29º54.84%63.53%-
HSV(B)325.29º47.89%83.53%-
XYZ40.3828.4241.39-
YUV148.22140.29174.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.12%
GREEN value IS 111 (43.75% from 255) = 22.47%
BLUE value IS 170 (66.80% from 255) = 34.41%
R=43.12%
G=22.47%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311117000.480.200.16325.2954.8463.53
HexD56FAA03014101453740
Octal325157252060242050567100
Binary11010101110111110101010011000010100100001010001011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d56faa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d56faa; }

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

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

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

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

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

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

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

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