#DD66AB

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

Shades of Hopbush #DD66AB

Tints of Hopbush #DD66AB

Color information

#DD66AB (or 0xDD66AB) is unknown color: approx Hopbush. HEX triplet: DD, 66 and AB. RGB value is (221,102,171). Sum of RGB (Red+Green+Blue) = 221+102+171=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD66AB is #229954. Grayscale: #919191. Windows color (decimal): -2267477 or 11232989. OLE color: 11232989.

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

Color convert

RGB221102171-
CMYK00.540.230.13
HSL325.21º63.64%63.33%-
HSV(B)325.21º53.85%86.67%-
XYZ41.9227.8241.69-
YUV145.45142.42181.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 102 (40.23% from 255) = 20.65%
BLUE value IS 171 (67.19% from 255) = 34.62%
R=44.74%
G=20.65%
B=34.62%

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
Decimal22110217100.540.230.13325.2163.6463.33
HexDD66AB03617D145403f
Octal335146253066271550510077
Binary1101110111001101010101101101101011111011010001011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD66AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD66AB; }

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

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

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

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

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

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

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

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