#D060AA

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

Shades of Hopbush #D060AA

Tints of Hopbush #D060AA

Color information

#D060AA (or 0xD060AA) is unknown color: approx Hopbush. HEX triplet: D0, 60 and AA. RGB value is (208,96,170). Sum of RGB (Red+Green+Blue) = 208+96+170=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D060AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D060AA is #2F9F55. Grayscale: #898989. Windows color (decimal): -3120982 or 11165904. OLE color: 11165904.

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

Color convert

RGB20896170-
CMYK00.540.180.18
HSL320.36º54.37%59.61%-
HSV(B)320.36º53.85%81.57%-
XYZ37.4524.6840.82-
YUV137.92146.11177.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.88%
GREEN value IS 96 (37.89% from 255) = 20.25%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=43.88%
G=20.25%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089617000.540.180.18320.3654.3759.61
HexD060AA0361212140363c
Octal32014025206622225006674
Binary1101000011000001010101001101101001010010101000000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D060AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D060AA; }

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

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

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

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

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

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

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

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