#D46AA0

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

Shades of Hopbush #D46AA0

Tints of Hopbush #D46AA0

Color information

#D46AA0 (or 0xD46AA0) is unknown color: approx Hopbush. HEX triplet: D4, 6A and A0. RGB value is (212,106,160). Sum of RGB (Red+Green+Blue) = 212+106+160=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D46AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46AA0 is #2B955F. Grayscale: #8F8F8F. Windows color (decimal): -2856288 or 10513108. OLE color: 10513108.

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

Color convert

RGB212106160-
CMYK00.50.250.17
HSL329.43º55.21%62.35%-
HSV(B)329.43º50%83.14%-
XYZ38.6526.8436.4-
YUV143.85137.12176.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.35%
GREEN value IS 106 (41.80% from 255) = 22.18%
BLUE value IS 160 (62.89% from 255) = 33.47%
R=44.35%
G=22.18%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210616000.50.250.17329.4355.2162.35
HexD46AA00321911149373e
Octal32415224006231215116776
Binary1101010011010101010000001100101100110001101001001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46AA0; }

 p { color: rgb(212,106,160); }

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

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

 a { background-color: rgb(212,106,160); }

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

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

 span { border-color: rgb(212,106,160); }

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