#D46A9C

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

Shades of Hopbush #D46A9C

Tints of Hopbush #D46A9C

Color information

#D46A9C (or 0xD46A9C) is unknown color: approx Hopbush. HEX triplet: D4, 6A and 9C. RGB value is (212,106,156). Sum of RGB (Red+Green+Blue) = 212+106+156=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 156 (61.33% from 255 or 32.91% from 474); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46A9C is #2B9563. Grayscale: #8F8F8F. Windows color (decimal): -2856292 or 10250964. OLE color: 10250964.

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

Color convert

RGB212106156-
CMYK00.50.260.17
HSL331.7º55.21%62.35%-
HSV(B)331.7º50%83.14%-
XYZ38.3126.7134.59-
YUV143.39135.12176.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 44.73%
GREEN value IS 106 (41.80% from 255) = 22.36%
BLUE value IS 156 (61.33% from 255) = 32.91%
R=44.73%
G=22.36%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210615600.50.260.17331.755.2162.35
HexD46A9C0321A1114c373e
Octal32415223406232215146776
Binary1101010011010101001110001100101101010001101001100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46A9C; }

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

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

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

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

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

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

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

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