#D06086

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

Shades of Hopbush #D06086

Tints of Hopbush #D06086

Color information

#D06086 (or 0xD06086) is unknown color: approx Hopbush. HEX triplet: D0, 60 and 86. RGB value is (208,96,134). Sum of RGB (Red+Green+Blue) = 208+96+134=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D06086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06086 is #2F9F79. Grayscale: #858585. Windows color (decimal): -3121018 or 8806608. OLE color: 8806608.

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

Color convert

RGB20896134-
CMYK00.540.360.18
HSL339.64º54.37%59.61%-
HSV(B)339.64º53.85%81.57%-
XYZ34.523.525.27-
YUV133.82128.11180.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.49%
GREEN value IS 96 (37.89% from 255) = 21.92%
BLUE value IS 134 (52.73% from 255) = 30.59%
R=47.49%
G=21.92%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089613400.540.360.18339.6454.3759.61
HexD060860362412154363c
Octal32014020606644225246674
Binary11010000110000010000110011011010010010010101010100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06086; }

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

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

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

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

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

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

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

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