#DD6AAC

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

Shades of Pale Violet Red #DD6AAC

Tints of Pale Violet Red #DD6AAC

Color information

#DD6AAC (or 0xDD6AAC) is unknown color: approx Pale Violet Red. HEX triplet: DD, 6A and AC. RGB value is (221,106,172). Sum of RGB (Red+Green+Blue) = 221+106+172=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6AAC is #229553. Grayscale: #939393. Windows color (decimal): -2266452 or 11299549. OLE color: 11299549.

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

Color convert

RGB221106172-
CMYK00.520.220.13
HSL325.57º62.84%64.12%-
HSV(B)325.57º52.04%86.67%-
XYZ42.4228.6642.33-
YUV147.91141.6180.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.29%
GREEN value IS 106 (41.80% from 255) = 21.24%
BLUE value IS 172 (67.58% from 255) = 34.47%
R=44.29%
G=21.24%
B=34.47%

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
Decimal22110617200.520.220.13325.5762.8464.12
HexDD6AAC03416D1463f40
Octal335152254064261550677100
Binary1101110111010101010110001101001011011011010001101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6AAC; }

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

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

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

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

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

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

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

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