#D46791

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

Shades of Hopbush #D46791

Tints of Hopbush #D46791

Color information

#D46791 (or 0xD46791) is unknown color: approx Hopbush. HEX triplet: D4, 67 and 91. RGB value is (212,103,145). Sum of RGB (Red+Green+Blue) = 212+103+145=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D46791 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46791 is #2B986E. Grayscale: #8C8C8C. Windows color (decimal): -2857071 or 9529300. OLE color: 9529300.

HSL color Cylindrical-coordinate representation of color #D46791: hue angle of 336.88º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D46791 is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB212103145-
CMYK00.510.320.17
HSL336.88º55.9%61.76%-
HSV(B)336.88º51.42%83.14%-
XYZ37.1125.7429.8-
YUV140.38130.61179.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.09%
GREEN value IS 103 (40.62% from 255) = 22.39%
BLUE value IS 145 (57.03% from 255) = 31.52%
R=46.09%
G=22.39%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210314500.510.320.17336.8855.961.76
HexD467910332011151383e
Octal32414722106340215217076
Binary11010100110011110010001011001110000010001101010001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46791; }

 p { color: rgb(212,103,145); }

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

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

 a { background-color: rgb(212,103,145); }

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

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

 span { border-color: rgb(212,103,145); }

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