#D46D93

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

Shades of Hopbush #D46D93

Tints of Hopbush #D46D93

Color information

#D46D93 (or 0xD46D93) is unknown color: approx Hopbush. HEX triplet: D4, 6D and 93. RGB value is (212,109,147). Sum of RGB (Red+Green+Blue) = 212+109+147=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 147 (57.81% from 255 or 31.41% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D46D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46D93 is #2B926C. Grayscale: #909090. Windows color (decimal): -2855533 or 9661908. OLE color: 9661908.

HSL color Cylindrical-coordinate representation of color #D46D93: hue angle of 337.86º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D46D93 is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB212109147-
CMYK00.490.310.17
HSL337.86º54.5%62.94%-
HSV(B)337.86º48.58%83.14%-
XYZ37.8927.0430.83-
YUV144.13129.62176.41-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.30%
GREEN value IS 109 (42.97% from 255) = 23.29%
BLUE value IS 147 (57.81% from 255) = 31.41%
R=45.30%
G=23.29%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210914700.490.310.17337.8654.562.94
HexD46D930311F11152363f
Octal32415522306137215226677
Binary1101010011011011001001101100011111110001101010010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46D93; }

 p { color: rgb(212,109,147); }

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

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

 a { background-color: rgb(212,109,147); }

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

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

 span { border-color: rgb(212,109,147); }

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