#D76DB0

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

Shades of Hopbush #D76DB0

Tints of Hopbush #D76DB0

Color information

#D76DB0 (or 0xD76DB0) is unknown color: approx Hopbush. HEX triplet: D7, 6D and B0. RGB value is (215,109,176). Sum of RGB (Red+Green+Blue) = 215+109+176=500 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76DB0 is #28924F. Grayscale: #949494. Windows color (decimal): -2658896 or 11562455. OLE color: 11562455.

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

Color convert

RGB215109176-
CMYK00.490.180.16
HSL322.08º56.99%63.53%-
HSV(B)322.08º49.3%84.31%-
XYZ41.3328.5244.4-
YUV148.33143.62175.55-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43%
GREEN value IS 109 (42.97% from 255) = 21.8%
BLUE value IS 176 (69.14% from 255) = 35.2%
R=43%
G=21.8%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510917600.490.180.16322.0856.9963.53
HexD76DB003112101423940
Octal327155260061222050271100
Binary11010111110110110110000011000110010100001010000101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76DB0; }

 p { color: rgb(215,109,176); }

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

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

 a { background-color: rgb(215,109,176); }

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

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

 span { border-color: rgb(215,109,176); }

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