#D46495

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

Shades of Hopbush #D46495

Tints of Hopbush #D46495

Color information

#D46495 (or 0xD46495) is unknown color: approx Hopbush. HEX triplet: D4, 64 and 95. RGB value is (212,100,149). Sum of RGB (Red+Green+Blue) = 212+100+149=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D46495 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46495 is #2B9B6A. Grayscale: #8A8A8A. Windows color (decimal): -2857835 or 9790676. OLE color: 9790676.

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

Color convert

RGB212100149-
CMYK00.530.300.17
HSL333.75º56.57%61.18%-
HSV(B)333.75º52.83%83.14%-
XYZ37.1325.2831.36-
YUV139.07133.61180.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.99%
GREEN value IS 100 (39.45% from 255) = 21.69%
BLUE value IS 149 (58.59% from 255) = 32.32%
R=45.99%
G=21.69%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210014900.530.300.17333.7556.5761.18
HexD464950351E1114e393d
Octal32414422506536215167175
Binary1101010011001001001010101101011111010001101001110111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46495; }

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

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

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

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

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

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

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

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