#D76CA3

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

Shades of Hopbush #D76CA3

Tints of Hopbush #D76CA3

Color information

#D76CA3 (or 0xD76CA3) is unknown color: approx Hopbush. HEX triplet: D7, 6C and A3. RGB value is (215,108,163). Sum of RGB (Red+Green+Blue) = 215+108+163=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 163 (64.06% from 255 or 33.54% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76CA3 is #28935C. Grayscale: #929292. Windows color (decimal): -2659165 or 10710231. OLE color: 10710231.

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

Color convert

RGB215108163-
CMYK00.500.240.16
HSL329.16º57.22%63.33%-
HSV(B)329.16º49.77%84.31%-
XYZ4027.8237.91-
YUV146.26137.45177.03-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.24%
GREEN value IS 108 (42.58% from 255) = 22.22%
BLUE value IS 163 (64.06% from 255) = 33.54%
R=44.24%
G=22.22%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510816300.500.240.16329.1657.2263.33
HexD76CA30321810149393f
Octal32715424306230205117177
Binary1101011111011001010001101100101100010000101001001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76CA3; }

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

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

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

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

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

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

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

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