#DC66AA

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

Shades of Hopbush #DC66AA

Tints of Hopbush #DC66AA

Color information

#DC66AA (or 0xDC66AA) is unknown color: approx Hopbush. HEX triplet: DC, 66 and AA. RGB value is (220,102,170). Sum of RGB (Red+Green+Blue) = 220+102+170=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC66AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC66AA is #239955. Grayscale: #909090. Windows color (decimal): -2333014 or 11167452. OLE color: 11167452.

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

Color convert

RGB220102170-
CMYK00.540.230.14
HSL325.42º62.77%63.14%-
HSV(B)325.42º53.64%86.27%-
XYZ41.5227.6241.17-
YUV145.03142.09181.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44.72%
GREEN value IS 102 (40.23% from 255) = 20.73%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=44.72%
G=20.73%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010217000.540.230.14325.4262.7763.14
HexDC66AA03617E1453f3f
Octal33414625206627165057777
Binary110111001100110101010100110110101111110101000101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC66AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC66AA; }

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

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

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

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

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

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

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

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