#D46FA2

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

Shades of Hopbush #D46FA2

Tints of Hopbush #D46FA2

Color information

#D46FA2 (or 0xD46FA2) is unknown color: approx Hopbush. HEX triplet: D4, 6F and A2. RGB value is (212,111,162). Sum of RGB (Red+Green+Blue) = 212+111+162=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D46FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46FA2 is #2B905D. Grayscale: #929292. Windows color (decimal): -2855006 or 10645460. OLE color: 10645460.

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

Color convert

RGB212111162-
CMYK00.480.240.17
HSL329.7º54.01%63.33%-
HSV(B)329.7º47.64%83.14%-
XYZ39.3627.9737.51-
YUV147.01136.46174.35-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.71%
GREEN value IS 111 (43.75% from 255) = 22.89%
BLUE value IS 162 (63.67% from 255) = 33.40%
R=43.71%
G=22.89%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211116200.480.240.17329.754.0163.33
HexD46FA2030181114a363f
Octal32415724206030215126677
Binary1101010011011111010001001100001100010001101001010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46FA2; }

 p { color: rgb(212,111,162); }

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

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

 a { background-color: rgb(212,111,162); }

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

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

 span { border-color: rgb(212,111,162); }

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