#D4749C

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

Shades of Hopbush #D4749C

Tints of Hopbush #D4749C

Color information

#D4749C (or 0xD4749C) is unknown color: approx Hopbush. HEX triplet: D4, 74 and 9C. RGB value is (212,116,156). Sum of RGB (Red+Green+Blue) = 212+116+156=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 156 (61.33% from 255 or 32.23% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D4749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4749C is #2B8B63. Grayscale: #959595. Windows color (decimal): -2853732 or 10253524. OLE color: 10253524.

HSL color Cylindrical-coordinate representation of color #D4749C: hue angle of 335º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4749C is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB212116156-
CMYK00.450.260.17
HSL335º52.75%64.31%-
HSV(B)335º45.28%83.14%-
XYZ39.428.8934.95-
YUV149.26131.8172.75-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.80%
GREEN value IS 116 (45.70% from 255) = 23.97%
BLUE value IS 156 (61.33% from 255) = 32.23%
R=43.80%
G=23.97%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21211615600.450.260.1733552.7564.31
HexD4749C02D1A1114f3540
Octal324164234055322151765100
Binary11010100111010010011100010110111010100011010011111101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4749C; }

 p { color: rgb(212,116,156); }

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

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

 a { background-color: rgb(212,116,156); }

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

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

 span { border-color: rgb(212,116,156); }

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