#D56591

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

Shades of Hopbush #D56591

Tints of Hopbush #D56591

Color information

#D56591 (or 0xD56591) is unknown color: approx Hopbush. HEX triplet: D5, 65 and 91. RGB value is (213,101,145). Sum of RGB (Red+Green+Blue) = 213+101+145=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 145 (57.03% from 255 or 31.59% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D56591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56591 is #2A9A6E. Grayscale: #8B8B8B. Windows color (decimal): -2792047 or 9528789. OLE color: 9528789.

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

Color convert

RGB213101145-
CMYK00.530.320.16
HSL336.43º57.14%61.57%-
HSV(B)336.43º52.58%83.53%-
XYZ37.2125.529.75-
YUV139.5131.11180.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.41%
GREEN value IS 101 (39.84% from 255) = 22.00%
BLUE value IS 145 (57.03% from 255) = 31.59%
R=46.41%
G=22.00%
B=31.59%

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
Decimal21310114500.530.320.16336.4357.1461.57
HexD565910352010150393e
Octal32514522106540205207176
Binary11010101110010110010001011010110000010000101010000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56591; }

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

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

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

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

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

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

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

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