#DD73A6

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

Shades of Pale Violet Red #DD73A6

Tints of Pale Violet Red #DD73A6

Color information

#DD73A6 (or 0xDD73A6) is unknown color: approx Pale Violet Red. HEX triplet: DD, 73 and A6. RGB value is (221,115,166). Sum of RGB (Red+Green+Blue) = 221+115+166=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD73A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD73A6 is #228C59. Grayscale: #989898. Windows color (decimal): -2264154 or 10908637. OLE color: 10908637.

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

Color convert

RGB221115166-
CMYK00.480.250.13
HSL331.13º60.92%65.88%-
HSV(B)331.13º47.96%86.67%-
XYZ42.8330.3939.68-
YUV152.51135.62176.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.02%
GREEN value IS 115 (45.31% from 255) = 22.91%
BLUE value IS 166 (65.23% from 255) = 33.07%
R=44.02%
G=22.91%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111516600.480.250.13331.1360.9265.88
HexDD73A603019D14b3d42
Octal335163246060311551375102
Binary1101110111100111010011001100001100111011010010111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD73A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD73A6; }

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

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

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

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

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

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

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

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