#D061A6

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

Shades of Hopbush #D061A6

Tints of Hopbush #D061A6

Color information

#D061A6 (or 0xD061A6) is unknown color: approx Hopbush. HEX triplet: D0, 61 and A6. RGB value is (208,97,166). Sum of RGB (Red+Green+Blue) = 208+97+166=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D061A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D061A6 is #2F9E59. Grayscale: #898989. Windows color (decimal): -3120730 or 10904016. OLE color: 10904016.

HSL color Cylindrical-coordinate representation of color #D061A6: hue angle of 322.7º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D061A6 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB20897166-
CMYK00.530.200.18
HSL322.7º54.15%59.8%-
HSV(B)322.7º53.37%81.57%-
XYZ37.1724.7138.89-
YUV138.06143.77177.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.16%
GREEN value IS 97 (38.28% from 255) = 20.59%
BLUE value IS 166 (65.23% from 255) = 35.24%
R=44.16%
G=20.59%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089716600.530.200.18322.754.1559.8
HexD061A60351412143363c
Octal32014124606524225036674
Binary1101000011000011010011001101011010010010101000011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D061A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D061A6; }

 p { color: rgb(208,97,166); }

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

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

 a { background-color: rgb(208,97,166); }

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

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

 span { border-color: rgb(208,97,166); }

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