#D46589

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

Shades of Hopbush #D46589

Tints of Hopbush #D46589

Color information

#D46589 (or 0xD46589) is unknown color: approx Hopbush. HEX triplet: D4, 65 and 89. RGB value is (212,101,137). Sum of RGB (Red+Green+Blue) = 212+101+137=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 101 (39.84% from 255 or 22.44% from 450); Blue value is 137 (53.91% from 255 or 30.44% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D46589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46589 is #2B9A76. Grayscale: #8A8A8A. Windows color (decimal): -2857591 or 9004500. OLE color: 9004500.

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

Color convert

RGB212101137-
CMYK00.520.350.17
HSL340.54º56.35%61.37%-
HSV(B)340.54º52.36%83.14%-
XYZ36.3225.1126.6-
YUV138.29127.27180.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.11%
GREEN value IS 101 (39.84% from 255) = 22.44%
BLUE value IS 137 (53.91% from 255) = 30.44%
R=47.11%
G=22.44%
B=30.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210113700.520.350.17340.5456.3561.37
HexD465890342311155383d
Octal32414521106443215257075
Binary11010100110010110001001011010010001110001101010101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46589; }

 p { color: rgb(212,101,137); }

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

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

 a { background-color: rgb(212,101,137); }

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

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

 span { border-color: rgb(212,101,137); }

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