#D86DA4

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

Shades of Hopbush #D86DA4

Tints of Hopbush #D86DA4

Color information

#D86DA4 (or 0xD86DA4) is unknown color: approx Hopbush. HEX triplet: D8, 6D and A4. RGB value is (216,109,164). Sum of RGB (Red+Green+Blue) = 216+109+164=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D86DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86DA4 is #27925B. Grayscale: #939393. Windows color (decimal): -2593372 or 10776024. OLE color: 10776024.

HSL color Cylindrical-coordinate representation of color #D86DA4: hue angle of 329.16º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D86DA4 is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB216109164-
CMYK00.500.240.15
HSL329.16º57.84%63.73%-
HSV(B)329.16º49.54%84.71%-
XYZ40.4928.2238.43-
YUV147.26137.45177.03-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.17%
GREEN value IS 109 (42.97% from 255) = 22.29%
BLUE value IS 164 (64.45% from 255) = 33.54%
R=44.17%
G=22.29%
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.15
SystemRedGreenBlueCMYKHSL
Decimal21610916400.500.240.15329.1657.8463.73
HexD86DA403218F1493a40
Octal330155244062301751172100
Binary1101100011011011010010001100101100011111010010011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86DA4; }

 p { color: rgb(216,109,164); }

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

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

 a { background-color: rgb(216,109,164); }

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

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

 span { border-color: rgb(216,109,164); }

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