#D56AAB

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

Shades of Hopbush #D56AAB

Tints of Hopbush #D56AAB

Color information

#D56AAB (or 0xD56AAB) is unknown color: approx Hopbush. HEX triplet: D5, 6A and AB. RGB value is (213,106,171). Sum of RGB (Red+Green+Blue) = 213+106+171=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 106 (41.80% from 255 or 21.63% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D56AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56AAB is #2A9554. Grayscale: #919191. Windows color (decimal): -2790741 or 11234005. OLE color: 11234005.

HSL color Cylindrical-coordinate representation of color #D56AAB: hue angle of 323.55º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56AAB is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB213106171-
CMYK00.500.200.16
HSL323.55º56.02%62.55%-
HSV(B)323.55º50.23%83.53%-
XYZ39.9527.3941.71-
YUV145.4142.45176.21-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.47%
GREEN value IS 106 (41.80% from 255) = 21.63%
BLUE value IS 171 (67.19% from 255) = 34.90%
R=43.47%
G=21.63%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310617100.500.200.16323.5556.0262.55
HexD56AAB0321410144383f
Octal32515225306224205047077
Binary1101010111010101010101101100101010010000101000100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56AAB; }

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

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

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

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

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

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

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

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