#DD719F

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

Shades of Pale Violet Red #DD719F

Tints of Pale Violet Red #DD719F

Color information

#DD719F (or 0xDD719F) is unknown color: approx Pale Violet Red. HEX triplet: DD, 71 and 9F. RGB value is (221,113,159). Sum of RGB (Red+Green+Blue) = 221+113+159=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 113 (44.53% from 255 or 22.92% from 493); Blue value is 159 (62.5% from 255 or 32.25% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD719F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD719F is #228E60. Grayscale: #969696. Windows color (decimal): -2264673 or 10449373. OLE color: 10449373.

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

Color convert

RGB221113159-
CMYK00.490.280.13
HSL334.44º61.36%65.49%-
HSV(B)334.44º48.87%86.67%-
XYZ41.9829.6936.32-
YUV150.54132.78178.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 113 (44.53% from 255) = 22.92%
BLUE value IS 159 (62.5% from 255) = 32.25%
R=44.83%
G=22.92%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111315900.490.280.13334.4461.3665.49
HexDD719F0311CD14e3d41
Octal335161237061341551675101
Binary1101110111100011001111101100011110011011010011101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD719F; }

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

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

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

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

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

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

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

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