#D46BAC

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

Shades of Hopbush #D46BAC

Tints of Hopbush #D46BAC

Color information

#D46BAC (or 0xD46BAC) is unknown color: approx Hopbush. HEX triplet: D4, 6B and AC. RGB value is (212,107,172). Sum of RGB (Red+Green+Blue) = 212+107+172=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D46BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46BAC is #2B9453. Grayscale: #919191. Windows color (decimal): -2856020 or 11299796. OLE color: 11299796.

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

Color convert

RGB212107172-
CMYK00.500.190.17
HSL322.86º54.97%62.55%-
HSV(B)322.86º49.53%83.14%-
XYZ39.8627.4942.24-
YUV145.8142.79175.21-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.18%
GREEN value IS 107 (42.19% from 255) = 21.79%
BLUE value IS 172 (67.58% from 255) = 35.03%
R=43.18%
G=21.79%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210717200.500.190.17322.8654.9762.55
HexD46BAC0321311143373f
Octal32415325406223215036777
Binary1101010011010111010110001100101001110001101000011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46BAC; }

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

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

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

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

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

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

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

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