#D76CB2

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

Shades of Hopbush #D76CB2

Tints of Hopbush #D76CB2

Color information

#D76CB2 (or 0xD76CB2) is unknown color: approx Hopbush. HEX triplet: D7, 6C and B2. RGB value is (215,108,178). Sum of RGB (Red+Green+Blue) = 215+108+178=501 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.91% from 501); Green value is 108 (42.58% from 255 or 21.56% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76CB2 is #28934D. Grayscale: #939393. Windows color (decimal): -2659150 or 11693271. OLE color: 11693271.

HSL color Cylindrical-coordinate representation of color #D76CB2: hue angle of 320.75º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D76CB2 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB215108178-
CMYK00.500.170.16
HSL320.75º57.22%63.33%-
HSV(B)320.75º49.77%84.31%-
XYZ41.4228.3945.42-
YUV147.97144.95175.81-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.91%
GREEN value IS 108 (42.58% from 255) = 21.56%
BLUE value IS 178 (69.92% from 255) = 35.53%
R=42.91%
G=21.56%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510817800.500.170.16320.7557.2263.33
HexD76CB20321110141393f
Octal32715426206221205017177
Binary1101011111011001011001001100101000110000101000001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76CB2; }

 p { color: rgb(215,108,178); }

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

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

 a { background-color: rgb(215,108,178); }

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

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

 span { border-color: rgb(215,108,178); }

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