#DD719D

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

Shades of Pale Violet Red #DD719D

Tints of Pale Violet Red #DD719D

Color information

#DD719D (or 0xDD719D) is unknown color: approx Pale Violet Red. HEX triplet: DD, 71 and 9D. RGB value is (221,113,157). Sum of RGB (Red+Green+Blue) = 221+113+157=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 157 (61.72% from 255 or 31.98% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD719D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD719D is #228E62. Grayscale: #969696. Windows color (decimal): -2264675 or 10318301. OLE color: 10318301.

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

Color convert

RGB221113157-
CMYK00.490.290.13
HSL335.56º61.36%65.49%-
HSV(B)335.56º48.87%86.67%-
XYZ41.8129.6235.41-
YUV150.31131.78178.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 113 (44.53% from 255) = 23.01%
BLUE value IS 157 (61.72% from 255) = 31.98%
R=45.01%
G=23.01%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111315700.490.290.13335.5661.3665.49
HexDD719D0311DD1503d41
Octal335161235061351552075101
Binary1101110111100011001110101100011110111011010100001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD719D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD719D; }

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

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

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

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

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

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

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

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