#D076B0

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

Shades of Hopbush #D076B0

Tints of Hopbush #D076B0

Color information

#D076B0 (or 0xD076B0) is unknown color: approx Hopbush. HEX triplet: D0, 76 and B0. RGB value is (208,118,176). Sum of RGB (Red+Green+Blue) = 208+118+176=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D076B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D076B0 is #2F894F. Grayscale: #979797. Windows color (decimal): -3115344 or 11564752. OLE color: 11564752.

HSL color Cylindrical-coordinate representation of color #D076B0: hue angle of 321.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D076B0 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.18.

Color convert

RGB208118176-
CMYK00.430.150.18
HSL321.33º48.91%63.92%-
HSV(B)321.33º43.27%81.57%-
XYZ40.3329.544.64-
YUV151.52141.82168.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.43%
GREEN value IS 118 (46.48% from 255) = 23.51%
BLUE value IS 176 (69.14% from 255) = 35.06%
R=41.43%
G=23.51%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811817600.430.150.18321.3348.9163.92
HexD076B002BF121413140
Octal320166260053172250161100
Binary1101000011101101011000001010111111100101010000011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D076B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D076B0; }

 p { color: rgb(208,118,176); }

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

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

 a { background-color: rgb(208,118,176); }

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

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

 span { border-color: rgb(208,118,176); }

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