#DC66A6

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

Shades of Hopbush #DC66A6

Tints of Hopbush #DC66A6

Color information

#DC66A6 (or 0xDC66A6) is unknown color: approx Hopbush. HEX triplet: DC, 66 and A6. RGB value is (220,102,166). Sum of RGB (Red+Green+Blue) = 220+102+166=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 102 (40.23% from 255 or 20.90% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC66A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC66A6 is #239959. Grayscale: #909090. Windows color (decimal): -2333018 or 10905308. OLE color: 10905308.

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

Color convert

RGB220102166-
CMYK00.540.250.14
HSL327.46º62.77%63.14%-
HSV(B)327.46º53.64%86.27%-
XYZ41.1527.4739.21-
YUV144.58140.09181.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.08%
GREEN value IS 102 (40.23% from 255) = 20.90%
BLUE value IS 166 (65.23% from 255) = 34.02%
R=45.08%
G=20.90%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010216600.540.250.14327.4662.7763.14
HexDC66A603619E1473f3f
Octal33414624606631165077777
Binary110111001100110101001100110110110011110101000111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC66A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC66A6; }

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

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

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

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

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

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

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

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