#D46496

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

Shades of Hopbush #D46496

Tints of Hopbush #D46496

Color information

#D46496 (or 0xD46496) is unknown color: approx Hopbush. HEX triplet: D4, 64 and 96. RGB value is (212,100,150). Sum of RGB (Red+Green+Blue) = 212+100+150=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D46496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46496 is #2B9B69. Grayscale: #8B8B8B. Windows color (decimal): -2857834 or 9856212. OLE color: 9856212.

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

Color convert

RGB212100150-
CMYK00.530.290.17
HSL333.21º56.57%61.18%-
HSV(B)333.21º52.83%83.14%-
XYZ37.2125.3131.78-
YUV139.19134.11179.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.89%
GREEN value IS 100 (39.45% from 255) = 21.65%
BLUE value IS 150 (58.98% from 255) = 32.47%
R=45.89%
G=21.65%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210015000.530.290.17333.2156.5761.18
HexD464960351D1114d393d
Octal32414422606535215157175
Binary1101010011001001001011001101011110110001101001101111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46496; }

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

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

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

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

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

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

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

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