#DD7EA3

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

Shades of Pale Violet Red #DD7EA3

Tints of Pale Violet Red #DD7EA3

Color information

#DD7EA3 (or 0xDD7EA3) is unknown color: approx Pale Violet Red. HEX triplet: DD, 7E and A3. RGB value is (221,126,163). Sum of RGB (Red+Green+Blue) = 221+126+163=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 126 (49.61% from 255 or 24.71% from 510); Blue value is 163 (64.06% from 255 or 31.96% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7EA3 is #22815C. Grayscale: #9E9E9E. Windows color (decimal): -2261341 or 10714845. OLE color: 10714845.

HSL color Cylindrical-coordinate representation of color #DD7EA3: hue angle of 336.63º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7EA3 is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB221126163-
CMYK00.430.260.13
HSL336.63º58.28%68.04%-
HSV(B)336.63º42.99%86.67%-
XYZ43.8932.9438.69-
YUV158.62130.47172.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.33%
GREEN value IS 126 (49.61% from 255) = 24.71%
BLUE value IS 163 (64.06% from 255) = 31.96%
R=43.33%
G=24.71%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112616300.430.260.13336.6358.2868.04
HexDD7EA302B1AD1513a44
Octal335176243053321552172104
Binary1101110111111101010001101010111101011011010100011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7EA3; }

 p { color: rgb(221,126,163); }

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

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

 a { background-color: rgb(221,126,163); }

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

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

 span { border-color: rgb(221,126,163); }

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