#D46087

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

Shades of Hopbush #D46087

Tints of Hopbush #D46087

Color information

#D46087 (or 0xD46087) is unknown color: approx Hopbush. HEX triplet: D4, 60 and 87. RGB value is (212,96,135). Sum of RGB (Red+Green+Blue) = 212+96+135=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 135 (53.12% from 255 or 30.47% from 443); Max value from RGB is 212 - color contains mainly: red. Hex color #D46087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46087 is #2B9F78. Grayscale: #878787. Windows color (decimal): -2858873 or 8872148. OLE color: 8872148.

HSL color Cylindrical-coordinate representation of color #D46087: hue angle of 339.83º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D46087 is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB21296135-
CMYK00.550.360.17
HSL339.83º57.43%60.39%-
HSV(B)339.83º54.72%83.14%-
XYZ35.7124.1125.69-
YUV135.13127.93182.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.86%
GREEN value IS 96 (37.89% from 255) = 21.67%
BLUE value IS 135 (53.12% from 255) = 30.47%
R=47.86%
G=21.67%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2129613500.550.360.17339.8357.4360.39
HexD460870372411154393c
Octal32414020706744215247174
Binary11010100110000010000111011011110010010001101010100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46087; }

 p { color: rgb(212,96,135); }

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

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

 a { background-color: rgb(212,96,135); }

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

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

 span { border-color: rgb(212,96,135); }

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