#D76CAB

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

Shades of Hopbush #D76CAB

Tints of Hopbush #D76CAB

Color information

#D76CAB (or 0xD76CAB) is unknown color: approx Hopbush. HEX triplet: D7, 6C and AB. RGB value is (215,108,171). Sum of RGB (Red+Green+Blue) = 215+108+171=494 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.52% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 215 - color contains mainly: red. Hex color #D76CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D76CAB is #289354. Grayscale: #939393. Windows color (decimal): -2659157 or 11234519. OLE color: 11234519.

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

Color convert

RGB215108171-
CMYK00.500.200.16
HSL324.67º57.22%63.33%-
HSV(B)324.67º49.77%84.31%-
XYZ40.7428.1141.81-
YUV147.17141.45176.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.52%
GREEN value IS 108 (42.58% from 255) = 21.86%
BLUE value IS 171 (67.19% from 255) = 34.62%
R=43.52%
G=21.86%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21510817100.500.200.16324.6757.2263.33
HexD76CAB0321410145393f
Octal32715425306224205057177
Binary1101011111011001010101101100101010010000101000101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76CAB; }

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

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

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

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

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

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

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

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