#D56D95

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

Shades of Hopbush #D56D95

Tints of Hopbush #D56D95

Color information

#D56D95 (or 0xD56D95) is unknown color: approx Hopbush. HEX triplet: D5, 6D and 95. RGB value is (213,109,149). Sum of RGB (Red+Green+Blue) = 213+109+149=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 149 (58.59% from 255 or 31.63% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D56D95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56D95 is #2A926A. Grayscale: #909090. Windows color (decimal): -2789995 or 9792981. OLE color: 9792981.

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

Color convert

RGB213109149-
CMYK00.490.300.16
HSL336.92º55.32%63.14%-
HSV(B)336.92º48.83%83.53%-
XYZ38.3327.2531.67-
YUV144.66130.46176.75-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.22%
GREEN value IS 109 (42.97% from 255) = 23.14%
BLUE value IS 149 (58.59% from 255) = 31.63%
R=45.22%
G=23.14%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310914900.490.300.16336.9255.3263.14
HexD56D950311E10151373f
Octal32515522506136205216777
Binary1101010111011011001010101100011111010000101010001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56D95; }

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

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

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

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

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

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

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

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