#D56087

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

Shades of Hopbush #D56087

Tints of Hopbush #D56087

Color information

#D56087 (or 0xD56087) is unknown color: approx Hopbush. HEX triplet: D5, 60 and 87. RGB value is (213,96,135). Sum of RGB (Red+Green+Blue) = 213+96+135=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 135 (53.12% from 255 or 30.41% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D56087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56087 is #2A9F78. Grayscale: #878787. Windows color (decimal): -2793337 or 8872149. OLE color: 8872149.

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

Color convert

RGB21396135-
CMYK00.550.370.16
HSL340º58.21%60.59%-
HSV(B)340º54.93%83.53%-
XYZ3624.2625.71-
YUV135.43127.76183.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.97%
GREEN value IS 96 (37.89% from 255) = 21.62%
BLUE value IS 135 (53.12% from 255) = 30.41%
R=47.97%
G=21.62%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139613500.550.370.1634058.2160.59
HexD5608703725101543a3d
Octal32514020706745205247275
Binary11010101110000010000111011011110010110000101010100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56087; }

 p { color: rgb(213,96,135); }

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

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

 a { background-color: rgb(213,96,135); }

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

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

 span { border-color: rgb(213,96,135); }

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