#D46AA1

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

Shades of Hopbush #D46AA1

Tints of Hopbush #D46AA1

Color information

#D46AA1 (or 0xD46AA1) is unknown color: approx Hopbush. HEX triplet: D4, 6A and A1. RGB value is (212,106,161). Sum of RGB (Red+Green+Blue) = 212+106+161=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D46AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46AA1 is #2B955E. Grayscale: #8F8F8F. Windows color (decimal): -2856287 or 10578644. OLE color: 10578644.

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

Color convert

RGB212106161-
CMYK00.50.240.17
HSL328.87º55.21%62.35%-
HSV(B)328.87º50%83.14%-
XYZ38.7426.8836.86-
YUV143.96137.62176.53-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.26%
GREEN value IS 106 (41.80% from 255) = 22.13%
BLUE value IS 161 (63.28% from 255) = 33.61%
R=44.26%
G=22.13%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210616100.50.240.17328.8755.2162.35
HexD46AA10321811149373e
Octal32415224106230215116776
Binary1101010011010101010000101100101100010001101001001110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46AA1; }

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

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

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

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

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

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

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

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