#DD729F

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

Shades of Pale Violet Red #DD729F

Tints of Pale Violet Red #DD729F

Color information

#DD729F (or 0xDD729F) is unknown color: approx Pale Violet Red. HEX triplet: DD, 72 and 9F. RGB value is (221,114,159). Sum of RGB (Red+Green+Blue) = 221+114+159=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 114 (44.92% from 255 or 23.08% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD729F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD729F is #228D60. Grayscale: #979797. Windows color (decimal): -2264417 or 10449629. OLE color: 10449629.

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

Color convert

RGB221114159-
CMYK00.480.280.13
HSL334.77º61.14%65.69%-
HSV(B)334.77º48.42%86.67%-
XYZ42.0929.9136.36-
YUV151.12132.45177.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.74%
GREEN value IS 114 (44.92% from 255) = 23.08%
BLUE value IS 159 (62.5% from 255) = 32.19%
R=44.74%
G=23.08%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111415900.480.280.13334.7761.1465.69
HexDD729F0301CD14f3d42
Octal335162237060341551775102
Binary1101110111100101001111101100001110011011010011111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD729F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD729F; }

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

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

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

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

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

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

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

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