#D060A9

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

Shades of Hopbush #D060A9

Tints of Hopbush #D060A9

Color information

#D060A9 (or 0xD060A9) is unknown color: approx Hopbush. HEX triplet: D0, 60 and A9. RGB value is (208,96,169). Sum of RGB (Red+Green+Blue) = 208+96+169=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D060A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D060A9 is #2F9F56. Grayscale: #898989. Windows color (decimal): -3120983 or 11100368. OLE color: 11100368.

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

Color convert

RGB20896169-
CMYK00.540.190.18
HSL320.89º54.37%59.61%-
HSV(B)320.89º53.85%81.57%-
XYZ37.3624.6440.32-
YUV137.81145.61178.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.97%
GREEN value IS 96 (37.89% from 255) = 20.30%
BLUE value IS 169 (66.41% from 255) = 35.73%
R=43.97%
G=20.30%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089616900.540.190.18320.8954.3759.61
HexD060A90361312141363c
Octal32014025106623225016674
Binary1101000011000001010100101101101001110010101000001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D060A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D060A9; }

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

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

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

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

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

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

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

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