#DD6EA6

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

Shades of Pale Violet Red #DD6EA6

Tints of Pale Violet Red #DD6EA6

Color information

#DD6EA6 (or 0xDD6EA6) is unknown color: approx Pale Violet Red. HEX triplet: DD, 6E and A6. RGB value is (221,110,166). Sum of RGB (Red+Green+Blue) = 221+110+166=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 166 (65.23% from 255 or 33.40% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6EA6 is #229159. Grayscale: #959595. Windows color (decimal): -2265434 or 10907357. OLE color: 10907357.

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

Color convert

RGB221110166-
CMYK00.500.250.13
HSL329.73º62.01%64.9%-
HSV(B)329.73º50.23%86.67%-
XYZ42.2829.2839.5-
YUV149.57137.27178.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.47%
GREEN value IS 110 (43.36% from 255) = 22.13%
BLUE value IS 166 (65.23% from 255) = 33.40%
R=44.47%
G=22.13%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111016600.500.250.13329.7362.0164.9
HexDD6EA603219D14a3e41
Octal335156246062311551276101
Binary1101110111011101010011001100101100111011010010101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6EA6; }

 p { color: rgb(221,110,166); }

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

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

 a { background-color: rgb(221,110,166); }

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

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

 span { border-color: rgb(221,110,166); }

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