#D46B99

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

Shades of Hopbush #D46B99

Tints of Hopbush #D46B99

Color information

#D46B99 (or 0xD46B99) is unknown color: approx Hopbush. HEX triplet: D4, 6B and 99. RGB value is (212,107,153). Sum of RGB (Red+Green+Blue) = 212+107+153=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D46B99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46B99 is #2B9466. Grayscale: #8F8F8F. Windows color (decimal): -2856039 or 10054612. OLE color: 10054612.

HSL color Cylindrical-coordinate representation of color #D46B99: hue angle of 333.71º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46B99 is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB212107153-
CMYK00.500.280.17
HSL333.71º54.97%62.55%-
HSV(B)333.71º49.53%83.14%-
XYZ38.1626.8133.3-
YUV143.64133.29176.76-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.92%
GREEN value IS 107 (42.19% from 255) = 22.67%
BLUE value IS 153 (60.16% from 255) = 32.42%
R=44.92%
G=22.67%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210715300.500.280.17333.7154.9762.55
HexD46B990321C1114e373f
Octal32415323106234215166777
Binary1101010011010111001100101100101110010001101001110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46B99; }

 p { color: rgb(212,107,153); }

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

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

 a { background-color: rgb(212,107,153); }

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

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

 span { border-color: rgb(212,107,153); }

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