#D46990

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

Shades of Hopbush #D46990

Tints of Hopbush #D46990

Color information

#D46990 (or 0xD46990) is unknown color: approx Hopbush. HEX triplet: D4, 69 and 90. RGB value is (212,105,144). Sum of RGB (Red+Green+Blue) = 212+105+144=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D46990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46990 is #2B966F. Grayscale: #8D8D8D. Windows color (decimal): -2856560 or 9464276. OLE color: 9464276.

HSL color Cylindrical-coordinate representation of color #D46990: hue angle of 338.13º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46990 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB212105144-
CMYK00.500.320.17
HSL338.13º55.44%62.16%-
HSV(B)338.13º50.47%83.14%-
XYZ37.2426.1129.46-
YUV141.44129.45178.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.99%
GREEN value IS 105 (41.41% from 255) = 22.78%
BLUE value IS 144 (56.64% from 255) = 31.24%
R=45.99%
G=22.78%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.32
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210514400.500.320.17338.1355.4462.16
HexD469900322011152373e
Octal32415122006240215226776
Binary11010100110100110010000011001010000010001101010010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46990; }

 p { color: rgb(212,105,144); }

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

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

 a { background-color: rgb(212,105,144); }

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

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

 span { border-color: rgb(212,105,144); }

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