#DD66AA

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

Shades of Hopbush #DD66AA

Tints of Hopbush #DD66AA

Color information

#DD66AA (or 0xDD66AA) is unknown color: approx Hopbush. HEX triplet: DD, 66 and AA. RGB value is (221,102,170). Sum of RGB (Red+Green+Blue) = 221+102+170=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD66AA is #229955. Grayscale: #919191. Windows color (decimal): -2267478 or 11167453. OLE color: 11167453.

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

Color convert

RGB221102170-
CMYK00.540.230.13
HSL325.71º63.64%63.33%-
HSV(B)325.71º53.85%86.67%-
XYZ41.8327.7841.19-
YUV145.33141.92181.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 102 (40.23% from 255) = 20.69%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=44.83%
G=20.69%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110217000.540.230.13325.7163.6463.33
HexDD66AA03617D146403f
Octal335146252066271550610077
Binary1101110111001101010101001101101011111011010001101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD66AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD66AA; }

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

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

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

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

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

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

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

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