#D56CA6

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

Shades of Hopbush #D56CA6

Tints of Hopbush #D56CA6

Color information

#D56CA6 (or 0xD56CA6) is unknown color: approx Hopbush. HEX triplet: D5, 6C and A6. RGB value is (213,108,166). Sum of RGB (Red+Green+Blue) = 213+108+166=487 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.74% from 487); Green value is 108 (42.58% from 255 or 22.18% from 487); Blue value is 166 (65.23% from 255 or 34.09% from 487); Max value from RGB is 213 - color contains mainly: red. Hex color #D56CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56CA6 is #2A9359. Grayscale: #919191. Windows color (decimal): -2790234 or 10906837. OLE color: 10906837.

HSL color Cylindrical-coordinate representation of color #D56CA6: hue angle of 326.86º degrees, saturation: 0.56, 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 #D56CA6 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB213108166-
CMYK00.490.220.16
HSL326.86º55.56%62.94%-
HSV(B)326.86º49.3%83.53%-
XYZ39.6927.6239.32-
YUV146.01139.29175.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.74%
GREEN value IS 108 (42.58% from 255) = 22.18%
BLUE value IS 166 (65.23% from 255) = 34.09%
R=43.74%
G=22.18%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310816600.490.220.16326.8655.5662.94
HexD56CA60311610147383f
Octal32515424606126205077077
Binary1101010111011001010011001100011011010000101000111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56CA6; }

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

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

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

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

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

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

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

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