#D46DAA

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

Shades of Hopbush #D46DAA

Tints of Hopbush #D46DAA

Color information

#D46DAA (or 0xD46DAA) is unknown color: approx Hopbush. HEX triplet: D4, 6D and AA. RGB value is (212,109,170). Sum of RGB (Red+Green+Blue) = 212+109+170=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 170 (66.80% from 255 or 34.62% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D46DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46DAA is #2B9255. Grayscale: #929292. Windows color (decimal): -2855510 or 11169236. OLE color: 11169236.

HSL color Cylindrical-coordinate representation of color #D46DAA: hue angle of 324.47º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D46DAA is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB212109170-
CMYK00.490.200.17
HSL324.47º54.5%62.94%-
HSV(B)324.47º48.58%83.14%-
XYZ39.8827.8441.3-
YUV146.75141.12174.54-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.18%
GREEN value IS 109 (42.97% from 255) = 22.20%
BLUE value IS 170 (66.80% from 255) = 34.62%
R=43.18%
G=22.20%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210917000.490.200.17324.4754.562.94
HexD46DAA0311411144363f
Octal32415525206124215046677
Binary1101010011011011010101001100011010010001101000100110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46DAA; }

 p { color: rgb(212,109,170); }

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

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

 a { background-color: rgb(212,109,170); }

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

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

 span { border-color: rgb(212,109,170); }

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