#D076B2

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

Shades of Hopbush #D076B2

Tints of Hopbush #D076B2

Color information

#D076B2 (or 0xD076B2) is unknown color: approx Hopbush. HEX triplet: D0, 76 and B2. RGB value is (208,118,178). Sum of RGB (Red+Green+Blue) = 208+118+178=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D076B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D076B2 is #2F894D. Grayscale: #979797. Windows color (decimal): -3115342 or 11695824. OLE color: 11695824.

HSL color Cylindrical-coordinate representation of color #D076B2: hue angle of 320º 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 #D076B2 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB208118178-
CMYK00.430.140.18
HSL320º48.91%63.92%-
HSV(B)320º43.27%81.57%-
XYZ40.5329.5845.69-
YUV151.75142.82168.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.27%
GREEN value IS 118 (46.48% from 255) = 23.41%
BLUE value IS 178 (69.92% from 255) = 35.32%
R=41.27%
G=23.41%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811817800.430.140.1832048.9163.92
HexD076B202BE121403140
Octal320166262053162250061100
Binary1101000011101101011001001010111110100101010000001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D076B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D076B2; }

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

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

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

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

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

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

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

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