#DD6DA4

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

Shades of Pale Violet Red #DD6DA4

Tints of Pale Violet Red #DD6DA4

Color information

#DD6DA4 (or 0xDD6DA4) is unknown color: approx Pale Violet Red. HEX triplet: DD, 6D and A4. RGB value is (221,109,164). Sum of RGB (Red+Green+Blue) = 221+109+164=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 109 (42.97% from 255 or 22.06% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD6DA4 is #22925B. Grayscale: #949494. Windows color (decimal): -2265692 or 10776029. OLE color: 10776029.

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

Color convert

RGB221109164-
CMYK00.510.260.13
HSL330.54º62.22%64.71%-
HSV(B)330.54º50.68%86.67%-
XYZ41.9928.9938.5-
YUV148.76136.61179.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 109 (42.97% from 255) = 22.06%
BLUE value IS 164 (64.45% from 255) = 33.20%
R=44.74%
G=22.06%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22110916400.510.260.13330.5462.2264.71
HexDD6DA40331AD14b3e41
Octal335155244063321551376101
Binary1101110111011011010010001100111101011011010010111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6DA4; }

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

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

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

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

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

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

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

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