#D061AA

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

Shades of Hopbush #D061AA

Tints of Hopbush #D061AA

Color information

#D061AA (or 0xD061AA) is unknown color: approx Hopbush. HEX triplet: D0, 61 and AA. RGB value is (208,97,170). Sum of RGB (Red+Green+Blue) = 208+97+170=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D061AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D061AA is #2F9E55. Grayscale: #8A8A8A. Windows color (decimal): -3120726 or 11166160. OLE color: 11166160.

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

Color convert

RGB20897170-
CMYK00.530.180.18
HSL320.54º54.15%59.8%-
HSV(B)320.54º53.37%81.57%-
XYZ37.5424.8640.85-
YUV138.51145.77177.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.79%
GREEN value IS 97 (38.28% from 255) = 20.42%
BLUE value IS 170 (66.80% from 255) = 35.79%
R=43.79%
G=20.42%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089717000.530.180.18320.5454.1559.8
HexD061AA0351212141363c
Octal32014125206522225016674
Binary1101000011000011010101001101011001010010101000001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D061AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D061AA; }

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

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

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

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

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

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

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

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