#D46588

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

Shades of Hopbush #D46588

Tints of Hopbush #D46588

Color information

#D46588 (or 0xD46588) is unknown color: approx Hopbush. HEX triplet: D4, 65 and 88. RGB value is (212,101,136). Sum of RGB (Red+Green+Blue) = 212+101+136=449 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.22% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 136 (53.52% from 255 or 30.29% from 449); Max value from RGB is 212 - color contains mainly: red. Hex color #D46588 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46588 is #2B9A77. Grayscale: #8A8A8A. Windows color (decimal): -2857592 or 8938964. OLE color: 8938964.

HSL color Cylindrical-coordinate representation of color #D46588: hue angle of 341.08º 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 #D46588 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB212101136-
CMYK00.520.360.17
HSL341.08º56.35%61.37%-
HSV(B)341.08º52.36%83.14%-
XYZ36.2525.0826.22-
YUV138.18126.77180.65-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.22%
GREEN value IS 101 (39.84% from 255) = 22.49%
BLUE value IS 136 (53.52% from 255) = 30.29%
R=47.22%
G=22.49%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210113600.520.360.17341.0856.3561.37
HexD465880342411155383d
Octal32414521006444215257075
Binary11010100110010110001000011010010010010001101010101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46588; }

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

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

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

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

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

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

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

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