#D06BA4

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

Shades of Hopbush #D06BA4

Tints of Hopbush #D06BA4

Color information

#D06BA4 (or 0xD06BA4) is unknown color: approx Hopbush. HEX triplet: D0, 6B and A4. RGB value is (208,107,164). Sum of RGB (Red+Green+Blue) = 208+107+164=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D06BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06BA4 is #2F945B. Grayscale: #8F8F8F. Windows color (decimal): -3118172 or 10775504. OLE color: 10775504.

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

Color convert

RGB208107164-
CMYK00.490.210.18
HSL326.14º51.79%61.76%-
HSV(B)326.14º48.56%81.57%-
XYZ37.9726.6138.26-
YUV143.7139.46173.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.42%
GREEN value IS 107 (42.19% from 255) = 22.34%
BLUE value IS 164 (64.45% from 255) = 34.24%
R=43.42%
G=22.34%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810716400.490.210.18326.1451.7961.76
HexD06BA40311512146343e
Octal32015324406125225066476
Binary1101000011010111010010001100011010110010101000110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06BA4; }

 p { color: rgb(208,107,164); }

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

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

 a { background-color: rgb(208,107,164); }

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

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

 span { border-color: rgb(208,107,164); }

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