#DD66A9

Color #DD66A9 Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #DD66A9

Tints of Pale Violet Red #DD66A9

Color information

#DD66A9 (or 0xDD66A9) is unknown color: approx Pale Violet Red. HEX triplet: DD, 66 and A9. RGB value is (221,102,169). Sum of RGB (Red+Green+Blue) = 221+102+169=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 169 (66.41% from 255 or 34.35% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD66A9 is #229956. Grayscale: #919191. Windows color (decimal): -2267479 or 11101917. OLE color: 11101917.

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

Color convert

RGB221102169-
CMYK00.540.240.13
HSL326.22º63.64%63.33%-
HSV(B)326.22º53.85%86.67%-
XYZ41.7327.7440.69-
YUV145.22141.42182.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.92%
GREEN value IS 102 (40.23% from 255) = 20.73%
BLUE value IS 169 (66.41% from 255) = 34.35%
R=44.92%
G=20.73%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110216900.540.240.13326.2263.6463.33
HexDD66A903618D146403f
Octal335146251066301550610077
Binary1101110111001101010100101101101100011011010001101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD66A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD66A9; }

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

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

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

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

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

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

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

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