#d46694

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

Shades of Hopbush #D46694

Tints of Hopbush #D46694

Color information

#D46694 (or 0xD46694) is unknown color: approx Hopbush. HEX triplet: D4, 66 and 94. RGB value is (212,102,148). Sum of RGB (Red+Green+Blue) = 212+102+148=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 102 (40.23% from 255 or 22.08% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D46694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46694 is #2B996B. Grayscale: #8C8C8C. Windows color (decimal): -2857324 or 9725652. OLE color: 9725652.

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

Color convert

RGB212102148-
CMYK00.520.300.17
HSL334.91º56.12%61.57%-
HSV(B)334.91º51.89%83.14%-
XYZ37.2525.6431-
YUV140.13132.44179.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.89%
GREEN value IS 102 (40.23% from 255) = 22.08%
BLUE value IS 148 (58.20% from 255) = 32.03%
R=45.89%
G=22.08%
B=32.03%

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
Decimal21210214800.520.300.17334.9156.1261.57
HexD466940341E1114f383e
Octal32414622406436215177076
Binary1101010011001101001010001101001111010001101001111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d46694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d46694; }

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

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

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

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

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

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

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

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