#DD73A9

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

Shades of Pale Violet Red #DD73A9

Tints of Pale Violet Red #DD73A9

Color information

#DD73A9 (or 0xDD73A9) is unknown color: approx Pale Violet Red. HEX triplet: DD, 73 and A9. RGB value is (221,115,169). Sum of RGB (Red+Green+Blue) = 221+115+169=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 169 (66.41% from 255 or 33.47% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD73A9 is #228C56. Grayscale: #989898. Windows color (decimal): -2264151 or 11105245. OLE color: 11105245.

HSL color Cylindrical-coordinate representation of color #DD73A9: hue angle of 329.43º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD73A9 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB221115169-
CMYK00.480.240.13
HSL329.43º60.92%65.88%-
HSV(B)329.43º47.96%86.67%-
XYZ43.1130.541.15-
YUV152.85137.12176.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.76%
GREEN value IS 115 (45.31% from 255) = 22.77%
BLUE value IS 169 (66.41% from 255) = 33.47%
R=43.76%
G=22.77%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111516900.480.240.13329.4360.9265.88
HexDD73A903018D1493d42
Octal335163251060301551175102
Binary1101110111100111010100101100001100011011010010011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD73A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD73A9; }

 p { color: rgb(221,115,169); }

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

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

 a { background-color: rgb(221,115,169); }

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

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

 span { border-color: rgb(221,115,169); }

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