#D56A93

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

Shades of Hopbush #D56A93

Tints of Hopbush #D56A93

Color information

#D56A93 (or 0xD56A93) is unknown color: approx Hopbush. HEX triplet: D5, 6A and 93. RGB value is (213,106,147). Sum of RGB (Red+Green+Blue) = 213+106+147=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56A93 is #2A956C. Grayscale: #8E8E8E. Windows color (decimal): -2790765 or 9661141. OLE color: 9661141.

HSL color Cylindrical-coordinate representation of color #D56A93: hue angle of 337.01º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56A93 is Cyan = 0, Magento = 0.50, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB213106147-
CMYK00.500.310.16
HSL337.01º56.02%62.55%-
HSV(B)337.01º50.23%83.53%-
XYZ37.8626.5630.74-
YUV142.67130.45178.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.71%
GREEN value IS 106 (41.80% from 255) = 22.75%
BLUE value IS 147 (57.81% from 255) = 31.55%
R=45.71%
G=22.75%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310614700.500.310.16337.0156.0262.55
HexD56A930321F10151383f
Octal32515222306237205217077
Binary1101010111010101001001101100101111110000101010001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56A93; }

 p { color: rgb(213,106,147); }

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

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

 a { background-color: rgb(213,106,147); }

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

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

 span { border-color: rgb(213,106,147); }

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