#D56F9D

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

Shades of Hopbush #D56F9D

Tints of Hopbush #D56F9D

Color information

#D56F9D (or 0xD56F9D) is unknown color: approx Hopbush. HEX triplet: D5, 6F and 9D. RGB value is (213,111,157). Sum of RGB (Red+Green+Blue) = 213+111+157=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56F9D is #2A9062. Grayscale: #929292. Windows color (decimal): -2789475 or 10317781. OLE color: 10317781.

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

Color convert

RGB213111157-
CMYK00.480.260.16
HSL332.94º54.84%63.53%-
HSV(B)332.94º47.89%83.53%-
XYZ39.2127.9535.23-
YUV146.74133.79175.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.28%
GREEN value IS 111 (43.75% from 255) = 23.08%
BLUE value IS 157 (61.72% from 255) = 32.64%
R=44.28%
G=23.08%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311115700.480.260.16332.9454.8463.53
HexD56F9D0301A1014d3740
Octal325157235060322051567100
Binary11010101110111110011101011000011010100001010011011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56F9D; }

 p { color: rgb(213,111,157); }

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

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

 a { background-color: rgb(213,111,157); }

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

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

 span { border-color: rgb(213,111,157); }

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