#d56790

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

Shades of Hopbush #D56790

Tints of Hopbush #D56790

Color information

#D56790 (or 0xD56790) is unknown color: approx Hopbush. HEX triplet: D5, 67 and 90. RGB value is (213,103,144). Sum of RGB (Red+Green+Blue) = 213+103+144=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D56790 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56790 is #2A986F. Grayscale: #8C8C8C. Windows color (decimal): -2791536 or 9463765. OLE color: 9463765.

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

Color convert

RGB213103144-
CMYK00.520.320.16
HSL337.64º56.7%61.96%-
HSV(B)337.64º51.64%83.53%-
XYZ37.3225.8629.41-
YUV140.56129.94179.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.30%
GREEN value IS 103 (40.62% from 255) = 22.39%
BLUE value IS 144 (56.64% from 255) = 31.30%
R=46.30%
G=22.39%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21310314400.520.320.16337.6456.761.96
HexD567900342010152393e
Octal32514722006440205227176
Binary11010101110011110010000011010010000010000101010010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d56790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d56790; }

 p { color: rgb(213,103,144); }

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

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

 a { background-color: rgb(213,103,144); }

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

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

 span { border-color: rgb(213,103,144); }

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