#DD719C

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

Shades of Pale Violet Red #DD719C

Tints of Pale Violet Red #DD719C

Color information

#DD719C (or 0xDD719C) is unknown color: approx Pale Violet Red. HEX triplet: DD, 71 and 9C. RGB value is (221,113,156). Sum of RGB (Red+Green+Blue) = 221+113+156=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 113 (44.53% from 255 or 23.06% from 490); Blue value is 156 (61.33% from 255 or 31.84% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DD719C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD719C is #228E63. Grayscale: #969696. Windows color (decimal): -2264676 or 10252765. OLE color: 10252765.

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

Color convert

RGB221113156-
CMYK00.490.290.13
HSL336.11º61.36%65.49%-
HSV(B)336.11º48.87%86.67%-
XYZ41.7229.5834.96-
YUV150.19131.28178.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.10%
GREEN value IS 113 (44.53% from 255) = 23.06%
BLUE value IS 156 (61.33% from 255) = 31.84%
R=45.10%
G=23.06%
B=31.84%

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
Decimal22111315600.490.290.13336.1161.3665.49
HexDD719C0311DD1503d41
Octal335161234061351552075101
Binary1101110111100011001110001100011110111011010100001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD719C; }

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

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

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

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

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

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

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

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