#D06E9B

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

Shades of Hopbush #D06E9B

Tints of Hopbush #D06E9B

Color information

#D06E9B (or 0xD06E9B) is unknown color: approx Hopbush. HEX triplet: D0, 6E and 9B. RGB value is (208,110,155). Sum of RGB (Red+Green+Blue) = 208+110+155=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06E9B is #2F9164. Grayscale: #909090. Windows color (decimal): -3117413 or 10186448. OLE color: 10186448.

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

Color convert

RGB208110155-
CMYK00.470.250.18
HSL332.45º51.04%62.35%-
HSV(B)332.45º47.12%81.57%-
XYZ37.526.9334.23-
YUV144.43133.97173.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.97%
GREEN value IS 110 (43.36% from 255) = 23.26%
BLUE value IS 155 (60.94% from 255) = 32.77%
R=43.97%
G=23.26%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811015500.470.250.18332.4551.0462.35
HexD06E9B02F191214c333e
Octal32015623305731225146376
Binary1101000011011101001101101011111100110010101001100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06E9B; }

 p { color: rgb(208,110,155); }

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

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

 a { background-color: rgb(208,110,155); }

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

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

 span { border-color: rgb(208,110,155); }

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