#D379B2

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

Shades of Hopbush #D379B2

Tints of Hopbush #D379B2

Color information

#D379B2 (or 0xD379B2) is unknown color: approx Hopbush. HEX triplet: D3, 79 and B2. RGB value is (211,121,178). Sum of RGB (Red+Green+Blue) = 211+121+178=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 121 (47.66% from 255 or 23.73% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 211 - color contains mainly: red. Hex color #D379B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D379B2 is #2C864D. Grayscale: #9A9A9A. Windows color (decimal): -2917966 or 11696595. OLE color: 11696595.

HSL color Cylindrical-coordinate representation of color #D379B2: hue angle of 322º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D379B2 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.17.

Color convert

RGB211121178-
CMYK00.430.160.17
HSL322º50.56%65.1%-
HSV(B)322º42.65%82.75%-
XYZ41.7430.7445.85-
YUV154.41141.32168.37-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 41.37%
GREEN value IS 121 (47.66% from 255) = 23.73%
BLUE value IS 178 (69.92% from 255) = 34.90%
R=41.37%
G=23.73%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112117800.430.160.1732250.5665.1
HexD379B202B10111423341
Octal323171262053202150263101
Binary11010011111100110110010010101110000100011010000101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D379B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D379B2; }

 p { color: rgb(211,121,178); }

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

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

 a { background-color: rgb(211,121,178); }

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

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

 span { border-color: rgb(211,121,178); }

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