#D56DA9

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

Shades of Hopbush #D56DA9

Tints of Hopbush #D56DA9

Color information

#D56DA9 (or 0xD56DA9) is unknown color: approx Hopbush. HEX triplet: D5, 6D and A9. RGB value is (213,109,169). Sum of RGB (Red+Green+Blue) = 213+109+169=491 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.38% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 213 - color contains mainly: red. Hex color #D56DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56DA9 is #2A9256. Grayscale: #929292. Windows color (decimal): -2789975 or 11103701. OLE color: 11103701.

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

Color convert

RGB213109169-
CMYK00.490.210.16
HSL325.38º55.32%63.14%-
HSV(B)325.38º48.83%83.53%-
XYZ40.0727.9540.82-
YUV146.94140.46175.12-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.38%
GREEN value IS 109 (42.97% from 255) = 22.20%
BLUE value IS 169 (66.41% from 255) = 34.42%
R=43.38%
G=22.20%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310916900.490.210.16325.3855.3263.14
HexD56DA90311510145373f
Octal32515525106125205056777
Binary1101010111011011010100101100011010110000101000101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56DA9; }

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

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

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

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

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

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

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

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