#D46896

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

Shades of Hopbush #D46896

Tints of Hopbush #D46896

Color information

#D46896 (or 0xD46896) is unknown color: approx Hopbush. HEX triplet: D4, 68 and 96. RGB value is (212,104,150). Sum of RGB (Red+Green+Blue) = 212+104+150=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 104 (41.02% from 255 or 22.32% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D46896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46896 is #2B9769. Grayscale: #8D8D8D. Windows color (decimal): -2856810 or 9857236. OLE color: 9857236.

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

Color convert

RGB212104150-
CMYK00.510.290.17
HSL334.44º55.67%61.96%-
HSV(B)334.44º50.94%83.14%-
XYZ37.6126.131.91-
YUV141.54132.78178.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.49%
GREEN value IS 104 (41.02% from 255) = 22.32%
BLUE value IS 150 (58.98% from 255) = 32.19%
R=45.49%
G=22.32%
B=32.19%

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
Decimal21210415000.510.290.17334.4455.6761.96
HexD468960331D1114e383e
Octal32415022606335215167076
Binary1101010011010001001011001100111110110001101001110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46896; }

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

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

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

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

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

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

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

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