#D46996

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

Shades of Hopbush #D46996

Tints of Hopbush #D46996

Color information

#D46996 (or 0xD46996) is unknown color: approx Hopbush. HEX triplet: D4, 69 and 96. RGB value is (212,105,150). Sum of RGB (Red+Green+Blue) = 212+105+150=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 105 (41.41% from 255 or 22.48% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D46996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46996 is #2B9669. Grayscale: #8E8E8E. Windows color (decimal): -2856554 or 9857492. OLE color: 9857492.

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

Color convert

RGB212105150-
CMYK00.500.290.17
HSL334.77º55.44%62.16%-
HSV(B)334.77º50.47%83.14%-
XYZ37.7126.331.94-
YUV142.12132.45177.84-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.40%
GREEN value IS 105 (41.41% from 255) = 22.48%
BLUE value IS 150 (58.98% from 255) = 32.12%
R=45.40%
G=22.48%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21210515000.500.290.17334.7755.4462.16
HexD469960321D1114f373e
Octal32415122606235215176776
Binary1101010011010011001011001100101110110001101001111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D46996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D46996; }

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

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

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

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

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

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

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

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