#D56EA1

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

Shades of Hopbush #D56EA1

Tints of Hopbush #D56EA1

Color information

#D56EA1 (or 0xD56EA1) is unknown color: approx Hopbush. HEX triplet: D5, 6E and A1. RGB value is (213,110,161). Sum of RGB (Red+Green+Blue) = 213+110+161=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D56EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56EA1 is #2A915E. Grayscale: #929292. Windows color (decimal): -2789727 or 10579669. OLE color: 10579669.

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

Color convert

RGB213110161-
CMYK00.480.240.16
HSL330.29º55.08%63.33%-
HSV(B)330.29º48.36%83.53%-
XYZ39.4527.8737.02-
YUV146.61136.12175.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.01%
GREEN value IS 110 (43.36% from 255) = 22.73%
BLUE value IS 161 (63.28% from 255) = 33.26%
R=44.01%
G=22.73%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311016100.480.240.16330.2955.0863.33
HexD56EA1030181014a373f
Octal32515624106030205126777
Binary1101010111011101010000101100001100010000101001010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56EA1; }

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

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

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

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

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

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

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

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