#DD6DA2

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

Shades of Pale Violet Red #DD6DA2

Tints of Pale Violet Red #DD6DA2

Color information

#DD6DA2 (or 0xDD6DA2) is unknown color: approx Pale Violet Red. HEX triplet: DD, 6D and A2. RGB value is (221,109,162). Sum of RGB (Red+Green+Blue) = 221+109+162=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 162 (63.67% from 255 or 32.93% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6DA2 is #22925D. Grayscale: #949494. Windows color (decimal): -2265694 or 10644957. OLE color: 10644957.

HSL color Cylindrical-coordinate representation of color #DD6DA2: hue angle of 331.61º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6DA2 is Cyan = 0, Magento = 0.51, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB221109162-
CMYK00.510.270.13
HSL331.61º62.22%64.71%-
HSV(B)331.61º50.68%86.67%-
XYZ41.8128.9237.56-
YUV148.53135.61179.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.92%
GREEN value IS 109 (42.97% from 255) = 22.15%
BLUE value IS 162 (63.67% from 255) = 32.93%
R=44.92%
G=22.15%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110916200.510.270.13331.6162.2264.71
HexDD6DA20331BD14c3e41
Octal335155242063331551476101
Binary1101110111011011010001001100111101111011010011001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6DA2; }

 p { color: rgb(221,109,162); }

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

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

 a { background-color: rgb(221,109,162); }

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

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

 span { border-color: rgb(221,109,162); }

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