#D46796

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

Shades of Hopbush #D46796

Tints of Hopbush #D46796

Color information

#D46796 (or 0xD46796) is unknown color: approx Hopbush. HEX triplet: D4, 67 and 96. RGB value is (212,103,150). Sum of RGB (Red+Green+Blue) = 212+103+150=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 103 (40.62% from 255 or 22.15% from 465); Blue value is 150 (58.98% from 255 or 32.26% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D46796 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46796 is #2B9869. Grayscale: #8C8C8C. Windows color (decimal): -2857066 or 9856980. OLE color: 9856980.

HSL color Cylindrical-coordinate representation of color #D46796: hue angle of 334.13º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D46796 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB212103150-
CMYK00.510.290.17
HSL334.13º55.9%61.76%-
HSV(B)334.13º51.42%83.14%-
XYZ37.5125.931.88-
YUV140.95133.11178.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.59%
GREEN value IS 103 (40.62% from 255) = 22.15%
BLUE value IS 150 (58.98% from 255) = 32.26%
R=45.59%
G=22.15%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210315000.510.290.17334.1355.961.76
HexD467960331D1114e383e
Octal32414722606335215167076
Binary1101010011001111001011001100111110110001101001110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46796; }

 p { color: rgb(212,103,150); }

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

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

 a { background-color: rgb(212,103,150); }

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

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

 span { border-color: rgb(212,103,150); }

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