#D060A4

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

Shades of Hopbush #D060A4

Tints of Hopbush #D060A4

Color information

#D060A4 (or 0xD060A4) is unknown color: approx Hopbush. HEX triplet: D0, 60 and A4. RGB value is (208,96,164). Sum of RGB (Red+Green+Blue) = 208+96+164=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D060A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D060A4 is #2F9F5B. Grayscale: #898989. Windows color (decimal): -3120988 or 10772688. OLE color: 10772688.

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

Color convert

RGB20896164-
CMYK00.540.210.18
HSL323.57º54.37%59.61%-
HSV(B)323.57º53.85%81.57%-
XYZ36.924.4637.9-
YUV137.24143.11178.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.44%
GREEN value IS 96 (37.89% from 255) = 20.51%
BLUE value IS 164 (64.45% from 255) = 35.04%
R=44.44%
G=20.51%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089616400.540.210.18323.5754.3759.61
HexD060A40361512144363c
Octal32014024406625225046674
Binary1101000011000001010010001101101010110010101000100110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D060A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D060A4; }

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

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

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

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

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

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

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

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