#DD719A

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

Shades of Pale Violet Red #DD719A

Tints of Pale Violet Red #DD719A

Color information

#DD719A (or 0xDD719A) is unknown color: approx Pale Violet Red. HEX triplet: DD, 71 and 9A. RGB value is (221,113,154). Sum of RGB (Red+Green+Blue) = 221+113+154=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 221 - color contains mainly: red. Hex color #DD719A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD719A is #228E65. Grayscale: #959595. Windows color (decimal): -2264678 or 10121693. OLE color: 10121693.

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

Color convert

RGB221113154-
CMYK00.490.300.13
HSL337.22º61.36%65.49%-
HSV(B)337.22º48.87%86.67%-
XYZ41.5629.5234.08-
YUV149.97130.28178.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.29%
GREEN value IS 113 (44.53% from 255) = 23.16%
BLUE value IS 154 (60.55% from 255) = 31.56%
R=45.29%
G=23.16%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111315400.490.300.13337.2261.3665.49
HexDD719A0311ED1513d41
Octal335161232061361552175101
Binary1101110111100011001101001100011111011011010100011111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD719A; }

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

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

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

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

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

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

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

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