#D060AD

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

Shades of Hopbush #D060AD

Tints of Hopbush #D060AD

Color information

#D060AD (or 0xD060AD) is unknown color: approx Hopbush. HEX triplet: D0, 60 and AD. RGB value is (208,96,173). Sum of RGB (Red+Green+Blue) = 208+96+173=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D060AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D060AD is #2F9F52. Grayscale: #8A8A8A. Windows color (decimal): -3120979 or 11362512. OLE color: 11362512.

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

Color convert

RGB20896173-
CMYK00.540.170.18
HSL318.75º54.37%59.61%-
HSV(B)318.75º53.85%81.57%-
XYZ37.7424.7942.33-
YUV138.27147.61177.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.61%
GREEN value IS 96 (37.89% from 255) = 20.13%
BLUE value IS 173 (67.97% from 255) = 36.27%
R=43.61%
G=20.13%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089617300.540.170.18318.7554.3759.61
HexD060AD036111213f363c
Octal32014025506621224776674
Binary1101000011000001010110101101101000110010100111111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D060AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D060AD; }

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

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

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

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

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

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

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

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