#D060A7

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

Shades of Hopbush #D060A7

Tints of Hopbush #D060A7

Color information

#D060A7 (or 0xD060A7) is unknown color: approx Hopbush. HEX triplet: D0, 60 and A7. RGB value is (208,96,167). Sum of RGB (Red+Green+Blue) = 208+96+167=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 96 (37.89% from 255 or 20.38% from 471); Blue value is 167 (65.62% from 255 or 35.46% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D060A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D060A7 is #2F9F58. Grayscale: #898989. Windows color (decimal): -3120985 or 10969296. OLE color: 10969296.

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

Color convert

RGB20896167-
CMYK00.540.200.18
HSL321.96º54.37%59.61%-
HSV(B)321.96º53.85%81.57%-
XYZ37.1724.5739.34-
YUV137.58144.61178.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.16%
GREEN value IS 96 (37.89% from 255) = 20.38%
BLUE value IS 167 (65.62% from 255) = 35.46%
R=44.16%
G=20.38%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089616700.540.200.18321.9654.3759.61
HexD060A70361412142363c
Octal32014024706624225026674
Binary1101000011000001010011101101101010010010101000010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D060A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D060A7; }

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

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

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

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

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

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

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

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