#D46F94

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

Shades of Hopbush #D46F94

Tints of Hopbush #D46F94

Color information

#D46F94 (or 0xD46F94) is unknown color: approx Hopbush. HEX triplet: D4, 6F and 94. RGB value is (212,111,148). Sum of RGB (Red+Green+Blue) = 212+111+148=471 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.01% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 212 - color contains mainly: red. Hex color #D46F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46F94 is #2B906B. Grayscale: #919191. Windows color (decimal): -2855020 or 9727956. OLE color: 9727956.

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

Color convert

RGB212111148-
CMYK00.480.300.17
HSL338.02º54.01%63.33%-
HSV(B)338.02º47.64%83.14%-
XYZ38.1827.531.31-
YUV145.42129.46175.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.01%
GREEN value IS 111 (43.75% from 255) = 23.57%
BLUE value IS 148 (58.20% from 255) = 31.42%
R=45.01%
G=23.57%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211114800.480.300.17338.0254.0163.33
HexD46F940301E11152363f
Octal32415722406036215226677
Binary1101010011011111001010001100001111010001101010010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46F94; }

 p { color: rgb(212,111,148); }

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

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

 a { background-color: rgb(212,111,148); }

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

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

 span { border-color: rgb(212,111,148); }

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