#D76FA3

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

Shades of Hopbush #D76FA3

Tints of Hopbush #D76FA3

Color information

#D76FA3 (or 0xD76FA3) is unknown color: approx Hopbush. HEX triplet: D7, 6F and A3. RGB value is (215,111,163). Sum of RGB (Red+Green+Blue) = 215+111+163=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 111 (43.75% from 255 or 22.70% from 489); Blue value is 163 (64.06% from 255 or 33.33% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D76FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76FA3 is #28905C. Grayscale: #939393. Windows color (decimal): -2658397 or 10710999. OLE color: 10710999.

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

Color convert

RGB215111163-
CMYK00.480.240.16
HSL330º56.52%63.92%-
HSV(B)330º48.37%84.31%-
XYZ40.3228.4638.02-
YUV148.02136.46175.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.97%
GREEN value IS 111 (43.75% from 255) = 22.70%
BLUE value IS 163 (64.06% from 255) = 33.33%
R=43.97%
G=22.70%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21511116300.480.240.1633056.5263.92
HexD76FA3030181014a3940
Octal327157243060302051271100
Binary11010111110111110100011011000011000100001010010101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76FA3; }

 p { color: rgb(215,111,163); }

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

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

 a { background-color: rgb(215,111,163); }

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

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

 span { border-color: rgb(215,111,163); }

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