#DD6AAD

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

Shades of Pale Violet Red #DD6AAD

Tints of Pale Violet Red #DD6AAD

Color information

#DD6AAD (or 0xDD6AAD) is unknown color: approx Pale Violet Red. HEX triplet: DD, 6A and AD. RGB value is (221,106,173). Sum of RGB (Red+Green+Blue) = 221+106+173=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6AAD is #229552. Grayscale: #939393. Windows color (decimal): -2266451 or 11365085. OLE color: 11365085.

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

Color convert

RGB221106173-
CMYK00.520.220.13
HSL325.04º62.84%64.12%-
HSV(B)325.04º52.04%86.67%-
XYZ42.5228.742.83-
YUV148.02142.1180.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.2%
GREEN value IS 106 (41.80% from 255) = 21.2%
BLUE value IS 173 (67.97% from 255) = 34.6%
R=44.2%
G=21.2%
B=34.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110617300.520.220.13325.0462.8464.12
HexDD6AAD03416D1453f40
Octal335152255064261550577100
Binary1101110111010101010110101101001011011011010001011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6AAD; }

 p { color: rgb(221,106,173); }

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

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

 a { background-color: rgb(221,106,173); }

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

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

 span { border-color: rgb(221,106,173); }

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