#D46595

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

Shades of Hopbush #D46595

Tints of Hopbush #D46595

Color information

#D46595 (or 0xD46595) is unknown color: approx Hopbush. HEX triplet: D4, 65 and 95. RGB value is (212,101,149). Sum of RGB (Red+Green+Blue) = 212+101+149=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D46595 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46595 is #2B9A6A. Grayscale: #8B8B8B. Windows color (decimal): -2857579 or 9790932. OLE color: 9790932.

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

Color convert

RGB212101149-
CMYK00.520.300.17
HSL334.05º56.35%61.37%-
HSV(B)334.05º52.36%83.14%-
XYZ37.2325.4731.39-
YUV139.66133.27179.6-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.89%
GREEN value IS 101 (39.84% from 255) = 21.86%
BLUE value IS 149 (58.59% from 255) = 32.25%
R=45.89%
G=21.86%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210114900.520.300.17334.0556.3561.37
HexD465950341E1114e383d
Octal32414522506436215167075
Binary1101010011001011001010101101001111010001101001110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46595; }

 p { color: rgb(212,101,149); }

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

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

 a { background-color: rgb(212,101,149); }

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

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

 span { border-color: rgb(212,101,149); }

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