#D06186

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

Shades of Hopbush #D06186

Tints of Hopbush #D06186

Color information

#D06186 (or 0xD06186) is unknown color: approx Hopbush. HEX triplet: D0, 61 and 86. RGB value is (208,97,134). Sum of RGB (Red+Green+Blue) = 208+97+134=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 208 - color contains mainly: red. Hex color #D06186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06186 is #2F9E79. Grayscale: #868686. Windows color (decimal): -3120762 or 8806864. OLE color: 8806864.

HSL color Cylindrical-coordinate representation of color #D06186: hue angle of 340º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D06186 is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB20897134-
CMYK00.530.360.18
HSL340º54.15%59.8%-
HSV(B)340º53.37%81.57%-
XYZ34.5923.6825.3-
YUV134.41127.77180.49-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.38%
GREEN value IS 97 (38.28% from 255) = 22.10%
BLUE value IS 134 (52.73% from 255) = 30.52%
R=47.38%
G=22.10%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089713400.530.360.1834054.1559.8
HexD061860352412154363c
Octal32014120606544225246674
Binary11010000110000110000110011010110010010010101010100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06186; }

 p { color: rgb(208,97,134); }

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

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

 a { background-color: rgb(208,97,134); }

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

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

 span { border-color: rgb(208,97,134); }

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