#DD6AA0

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

Shades of Pale Violet Red #DD6AA0

Tints of Pale Violet Red #DD6AA0

Color information

#DD6AA0 (or 0xDD6AA0) is unknown color: approx Pale Violet Red. HEX triplet: DD, 6A and A0. RGB value is (221,106,160). Sum of RGB (Red+Green+Blue) = 221+106+160=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6AA0 is #22955F. Grayscale: #929292. Windows color (decimal): -2266464 or 10513117. OLE color: 10513117.

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

Color convert

RGB221106160-
CMYK00.520.280.13
HSL331.83º62.84%64.12%-
HSV(B)331.83º52.04%86.67%-
XYZ41.3228.2236.53-
YUV146.54135.6181.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.38%
GREEN value IS 106 (41.80% from 255) = 21.77%
BLUE value IS 160 (62.89% from 255) = 32.85%
R=45.38%
G=21.77%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110616000.520.280.13331.8362.8464.12
HexDD6AA00341CD14c3f40
Octal335152240064341551477100
Binary1101110111010101010000001101001110011011010011001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6AA0; }

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

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

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

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

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

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

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

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