#D06A9D

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

Shades of Hopbush #D06A9D

Tints of Hopbush #D06A9D

Color information

#D06A9D (or 0xD06A9D) is unknown color: approx Hopbush. HEX triplet: D0, 6A and 9D. RGB value is (208,106,157). Sum of RGB (Red+Green+Blue) = 208+106+157=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06A9D is #2F9562. Grayscale: #8E8E8E. Windows color (decimal): -3118435 or 10316496. OLE color: 10316496.

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

Color convert

RGB208106157-
CMYK00.490.250.18
HSL330º52.04%61.57%-
HSV(B)330º49.04%81.57%-
XYZ37.2526.1534.98-
YUV142.31136.29174.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.16%
GREEN value IS 106 (41.80% from 255) = 22.51%
BLUE value IS 157 (61.72% from 255) = 33.33%
R=44.16%
G=22.51%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20810615700.490.250.1833052.0461.57
HexD06A9D031191214a343e
Octal32015223506131225126476
Binary1101000011010101001110101100011100110010101001010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06A9D; }

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

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

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

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

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

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

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

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