#D56491

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

Shades of Hopbush #D56491

Tints of Hopbush #D56491

Color information

#D56491 (or 0xD56491) is unknown color: approx Hopbush. HEX triplet: D5, 64 and 91. RGB value is (213,100,145). Sum of RGB (Red+Green+Blue) = 213+100+145=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 145 (57.03% from 255 or 31.66% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D56491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56491 is #2A9B6E. Grayscale: #8A8A8A. Windows color (decimal): -2792303 or 9528533. OLE color: 9528533.

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

Color convert

RGB213100145-
CMYK00.530.320.16
HSL336.11º57.36%61.37%-
HSV(B)336.11º53.05%83.53%-
XYZ37.1125.329.72-
YUV138.92131.44180.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.51%
GREEN value IS 100 (39.45% from 255) = 21.83%
BLUE value IS 145 (57.03% from 255) = 31.66%
R=46.51%
G=21.83%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310014500.530.320.16336.1157.3661.37
HexD564910352010150393d
Octal32514422106540205207175
Binary11010101110010010010001011010110000010000101010000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56491; }

 p { color: rgb(213,100,145); }

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

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

 a { background-color: rgb(213,100,145); }

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

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

 span { border-color: rgb(213,100,145); }

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