#D06A8B

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

Shades of Hopbush #D06A8B

Tints of Hopbush #D06A8B

Color information

#D06A8B (or 0xD06A8B) is unknown color: approx Hopbush. HEX triplet: D0, 6A and 8B. RGB value is (208,106,139). Sum of RGB (Red+Green+Blue) = 208+106+139=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06A8B is #2F9574. Grayscale: #8C8C8C. Windows color (decimal): -3118453 or 9136848. OLE color: 9136848.

HSL color Cylindrical-coordinate representation of color #D06A8B: hue angle of 340.59º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06A8B is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB208106139-
CMYK00.490.330.18
HSL340.59º52.04%61.57%-
HSV(B)340.59º49.04%81.57%-
XYZ35.8325.5827.48-
YUV140.26127.29176.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.92%
GREEN value IS 106 (41.80% from 255) = 23.40%
BLUE value IS 139 (54.69% from 255) = 30.68%
R=45.92%
G=23.40%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810613900.490.330.18340.5952.0461.57
HexD06A8B0312112155343e
Octal32015221306141225256476
Binary11010000110101010001011011000110000110010101010101110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06A8B; }

 p { color: rgb(208,106,139); }

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

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

 a { background-color: rgb(208,106,139); }

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

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

 span { border-color: rgb(208,106,139); }

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