#D56EA6

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

Shades of Hopbush #D56EA6

Tints of Hopbush #D56EA6

Color information

#D56EA6 (or 0xD56EA6) is unknown color: approx Hopbush. HEX triplet: D5, 6E and A6. RGB value is (213,110,166). Sum of RGB (Red+Green+Blue) = 213+110+166=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 110 (43.36% from 255 or 22.49% from 489); Blue value is 166 (65.23% from 255 or 33.95% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D56EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56EA6 is #2A9159. Grayscale: #939393. Windows color (decimal): -2789722 or 10907349. OLE color: 10907349.

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

Color convert

RGB213110166-
CMYK00.480.220.16
HSL327.38º55.08%63.33%-
HSV(B)327.38º48.36%83.53%-
XYZ39.928.0539.39-
YUV147.18138.62174.95-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.56%
GREEN value IS 110 (43.36% from 255) = 22.49%
BLUE value IS 166 (65.23% from 255) = 33.95%
R=43.56%
G=22.49%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311016600.480.220.16327.3855.0863.33
HexD56EA60301610147373f
Octal32515624606026205076777
Binary1101010111011101010011001100001011010000101000111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56EA6; }

 p { color: rgb(213,110,166); }

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

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

 a { background-color: rgb(213,110,166); }

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

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

 span { border-color: rgb(213,110,166); }

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