#D86DB0

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

Shades of Hopbush #D86DB0

Tints of Hopbush #D86DB0

Color information

#D86DB0 (or 0xD86DB0) is unknown color: approx Hopbush. HEX triplet: D8, 6D and B0. RGB value is (216,109,176). Sum of RGB (Red+Green+Blue) = 216+109+176=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 109 (42.97% from 255 or 21.76% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D86DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86DB0 is #27924F. Grayscale: #949494. Windows color (decimal): -2593360 or 11562456. OLE color: 11562456.

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

Color convert

RGB216109176-
CMYK00.500.190.15
HSL322.43º57.84%63.73%-
HSV(B)322.43º49.54%84.71%-
XYZ41.6228.6744.41-
YUV148.63143.45176.05-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.11%
GREEN value IS 109 (42.97% from 255) = 21.76%
BLUE value IS 176 (69.14% from 255) = 35.13%
R=43.11%
G=21.76%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610917600.500.190.15322.4357.8463.73
HexD86DB003213F1423a40
Octal330155260062231750272100
Binary1101100011011011011000001100101001111111010000101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D86DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D86DB0; }

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

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

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

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

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

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

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

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