#D56A95

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

Shades of Hopbush #D56A95

Tints of Hopbush #D56A95

Color information

#D56A95 (or 0xD56A95) is unknown color: approx Hopbush. HEX triplet: D5, 6A and 95. RGB value is (213,106,149). Sum of RGB (Red+Green+Blue) = 213+106+149=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 106 (41.80% from 255 or 22.65% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D56A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56A95 is #2A956A. Grayscale: #8E8E8E. Windows color (decimal): -2790763 or 9792213. OLE color: 9792213.

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

Color convert

RGB213106149-
CMYK00.500.300.16
HSL335.89º56.02%62.55%-
HSV(B)335.89º50.23%83.53%-
XYZ38.0226.6231.57-
YUV142.89131.45178-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.51%
GREEN value IS 106 (41.80% from 255) = 22.65%
BLUE value IS 149 (58.59% from 255) = 31.84%
R=45.51%
G=22.65%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310614900.500.300.16335.8956.0262.55
HexD56A950321E10150383f
Octal32515222506236205207077
Binary1101010111010101001010101100101111010000101010000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56A95; }

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

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

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

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

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

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

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

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