#DD6FAA

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

Shades of Pale Violet Red #DD6FAA

Tints of Pale Violet Red #DD6FAA

Color information

#DD6FAA (or 0xDD6FAA) is unknown color: approx Pale Violet Red. HEX triplet: DD, 6F and AA. RGB value is (221,111,170). Sum of RGB (Red+Green+Blue) = 221+111+170=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6FAA is #229055. Grayscale: #969696. Windows color (decimal): -2265174 or 11169757. OLE color: 11169757.

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

Color convert

RGB221111170-
CMYK00.500.230.13
HSL327.82º61.8%65.1%-
HSV(B)327.82º49.77%86.67%-
XYZ42.7629.6441.5-
YUV150.62138.94178.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.02%
GREEN value IS 111 (43.75% from 255) = 22.11%
BLUE value IS 170 (66.80% from 255) = 33.86%
R=44.02%
G=22.11%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111117000.500.230.13327.8261.865.1
HexDD6FAA03217D1483e41
Octal335157252062271551076101
Binary1101110111011111010101001100101011111011010010001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6FAA; }

 p { color: rgb(221,111,170); }

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

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

 a { background-color: rgb(221,111,170); }

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

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

 span { border-color: rgb(221,111,170); }

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