#DC60AA

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

Shades of Hopbush #DC60AA

Tints of Hopbush #DC60AA

Color information

#DC60AA (or 0xDC60AA) is unknown color: approx Hopbush. HEX triplet: DC, 60 and AA. RGB value is (220,96,170). Sum of RGB (Red+Green+Blue) = 220+96+170=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 96 (37.89% from 255 or 19.75% from 486); Blue value is 170 (66.80% from 255 or 34.98% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC60AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC60AA is #239F55. Grayscale: #8D8D8D. Windows color (decimal): -2334550 or 11165916. OLE color: 11165916.

HSL color Cylindrical-coordinate representation of color #DC60AA: hue angle of 324.19º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC60AA is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB22096170-
CMYK00.560.230.14
HSL324.19º63.92%61.96%-
HSV(B)324.19º56.36%86.27%-
XYZ40.9526.4840.98-
YUV141.51144.08183.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.27%
GREEN value IS 96 (37.89% from 255) = 19.75%
BLUE value IS 170 (66.80% from 255) = 34.98%
R=45.27%
G=19.75%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209617000.560.230.14324.1963.9261.96
HexDC60AA03817E144403e
Octal334140252070271650410076
Binary1101110011000001010101001110001011111101010001001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC60AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC60AA; }

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

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

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

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

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

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

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

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