#D76DAD

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

Shades of Hopbush #D76DAD

Tints of Hopbush #D76DAD

Color information

#D76DAD (or 0xD76DAD) is unknown color: approx Hopbush. HEX triplet: D7, 6D and AD. RGB value is (215,109,173). Sum of RGB (Red+Green+Blue) = 215+109+173=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D76DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76DAD is #289252. Grayscale: #939393. Windows color (decimal): -2658899 or 11365847. OLE color: 11365847.

HSL color Cylindrical-coordinate representation of color #D76DAD: hue angle of 323.77º 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 #D76DAD is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB215109173-
CMYK00.490.200.16
HSL323.77º56.99%63.53%-
HSV(B)323.77º49.3%84.31%-
XYZ41.0428.442.85-
YUV147.99142.12175.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.26%
GREEN value IS 109 (42.97% from 255) = 21.93%
BLUE value IS 173 (67.97% from 255) = 34.81%
R=43.26%
G=21.93%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510917300.490.200.16323.7756.9963.53
HexD76DAD03114101443940
Octal327155255061242050471100
Binary11010111110110110101101011000110100100001010001001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76DAD; }

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

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

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

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

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

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

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

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