#D06A8F

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

Shades of Hopbush #D06A8F

Tints of Hopbush #D06A8F

Color information

#D06A8F (or 0xD06A8F) is unknown color: approx Hopbush. HEX triplet: D0, 6A and 8F. RGB value is (208,106,143). Sum of RGB (Red+Green+Blue) = 208+106+143=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06A8F is #2F9570. Grayscale: #8C8C8C. Windows color (decimal): -3118449 or 9398992. OLE color: 9398992.

HSL color Cylindrical-coordinate representation of color #D06A8F: hue angle of 338.24º 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 #D06A8F is Cyan = 0, Magento = 0.49, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB208106143-
CMYK00.490.310.18
HSL338.24º52.04%61.57%-
HSV(B)338.24º49.04%81.57%-
XYZ36.1225.729.04-
YUV140.72129.29175.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.51%
GREEN value IS 106 (41.80% from 255) = 23.19%
BLUE value IS 143 (56.25% from 255) = 31.29%
R=45.51%
G=23.19%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810614300.490.310.18338.2452.0461.57
HexD06A8F0311F12152343e
Octal32015221706137225226476
Binary1101000011010101000111101100011111110010101010010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06A8F; }

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

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

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

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

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

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

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

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