#D56EAC

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

Shades of Hopbush #D56EAC

Tints of Hopbush #D56EAC

Color information

#D56EAC (or 0xD56EAC) is unknown color: approx Hopbush. HEX triplet: D5, 6E and AC. RGB value is (213,110,172). Sum of RGB (Red+Green+Blue) = 213+110+172=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D56EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56EAC is #2A9153. Grayscale: #939393. Windows color (decimal): -2789716 or 11300565. OLE color: 11300565.

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

Color convert

RGB213110172-
CMYK00.480.190.16
HSL323.88º55.08%63.33%-
HSV(B)323.88º48.36%83.53%-
XYZ40.4628.2842.36-
YUV147.86141.62174.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.03%
GREEN value IS 110 (43.36% from 255) = 22.22%
BLUE value IS 172 (67.58% from 255) = 34.75%
R=43.03%
G=22.22%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311017200.480.190.16323.8855.0863.33
HexD56EAC0301310144373f
Octal32515625406023205046777
Binary1101010111011101010110001100001001110000101000100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56EAC; }

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

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

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

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

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

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

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

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