#DD72A9

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

Shades of Pale Violet Red #DD72A9

Tints of Pale Violet Red #DD72A9

Color information

#DD72A9 (or 0xDD72A9) is unknown color: approx Pale Violet Red. HEX triplet: DD, 72 and A9. RGB value is (221,114,169). Sum of RGB (Red+Green+Blue) = 221+114+169=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 169 (66.41% from 255 or 33.53% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD72A9 is #228D56. Grayscale: #989898. Windows color (decimal): -2264407 or 11104989. OLE color: 11104989.

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

Color convert

RGB221114169-
CMYK00.480.240.13
HSL329.16º61.14%65.69%-
HSV(B)329.16º48.42%86.67%-
XYZ4330.2741.11-
YUV152.26137.45177.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 114 (44.92% from 255) = 22.62%
BLUE value IS 169 (66.41% from 255) = 33.53%
R=43.85%
G=22.62%
B=33.53%

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
Decimal22111416900.480.240.13329.1661.1465.69
HexDD72A903018D1493d42
Octal335162251060301551175102
Binary1101110111100101010100101100001100011011010010011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD72A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD72A9; }

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

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

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

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

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

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

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

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