#D46BA5

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

Shades of Hopbush #D46BA5

Tints of Hopbush #D46BA5

Color information

#D46BA5 (or 0xD46BA5) is unknown color: approx Hopbush. HEX triplet: D4, 6B and A5. RGB value is (212,107,165). Sum of RGB (Red+Green+Blue) = 212+107+165=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 107 (42.19% from 255 or 22.11% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D46BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46BA5 is #2B945A. Grayscale: #909090. Windows color (decimal): -2856027 or 10841044. OLE color: 10841044.

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

Color convert

RGB212107165-
CMYK00.500.220.17
HSL326.86º54.97%62.55%-
HSV(B)326.86º49.53%83.14%-
XYZ39.227.2338.79-
YUV145.01139.29175.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.80%
GREEN value IS 107 (42.19% from 255) = 22.11%
BLUE value IS 165 (64.84% from 255) = 34.09%
R=43.80%
G=22.11%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210716500.500.220.17326.8654.9762.55
HexD46BA50321611147373f
Octal32415324506226215076777
Binary1101010011010111010010101100101011010001101000111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46BA5; }

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

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

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

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

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

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

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

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