#DD6DA5

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

Shades of Pale Violet Red #DD6DA5

Tints of Pale Violet Red #DD6DA5

Color information

#DD6DA5 (or 0xDD6DA5) is unknown color: approx Pale Violet Red. HEX triplet: DD, 6D and A5. RGB value is (221,109,165). Sum of RGB (Red+Green+Blue) = 221+109+165=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 165 (64.84% from 255 or 33.33% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6DA5 is #22925A. Grayscale: #949494. Windows color (decimal): -2265691 or 10841565. OLE color: 10841565.

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

Color convert

RGB221109165-
CMYK00.510.250.13
HSL330º62.22%64.71%-
HSV(B)330º50.68%86.67%-
XYZ42.0829.0338.98-
YUV148.87137.11179.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.65%
GREEN value IS 109 (42.97% from 255) = 22.02%
BLUE value IS 165 (64.84% from 255) = 33.33%
R=44.65%
G=22.02%
B=33.33%

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
Decimal22110916500.510.250.1333062.2264.71
HexDD6DA503319D14a3e41
Octal335155245063311551276101
Binary1101110111011011010010101100111100111011010010101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6DA5; }

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

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

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

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

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

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

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

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