#DD6DA6

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

Shades of Pale Violet Red #DD6DA6

Tints of Pale Violet Red #DD6DA6

Color information

#DD6DA6 (or 0xDD6DA6) is unknown color: approx Pale Violet Red. HEX triplet: DD, 6D and A6. RGB value is (221,109,166). Sum of RGB (Red+Green+Blue) = 221+109+166=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 109 (42.97% from 255 or 21.98% from 496); Blue value is 166 (65.23% from 255 or 33.47% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6DA6 is #229259. Grayscale: #949494. Windows color (decimal): -2265690 or 10907101. OLE color: 10907101.

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

Color convert

RGB221109166-
CMYK00.510.250.13
HSL329.46º62.22%64.71%-
HSV(B)329.46º50.68%86.67%-
XYZ42.1729.0639.46-
YUV148.99137.61179.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.56%
GREEN value IS 109 (42.97% from 255) = 21.98%
BLUE value IS 166 (65.23% from 255) = 33.47%
R=44.56%
G=21.98%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110916600.510.250.13329.4662.2264.71
HexDD6DA603319D1493e41
Octal335155246063311551176101
Binary1101110111011011010011001100111100111011010010011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6DA6; }

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

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

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

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

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

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

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

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