#DD719E

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

Shades of Pale Violet Red #DD719E

Tints of Pale Violet Red #DD719E

Color information

#DD719E (or 0xDD719E) is unknown color: approx Pale Violet Red. HEX triplet: DD, 71 and 9E. RGB value is (221,113,158). Sum of RGB (Red+Green+Blue) = 221+113+158=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 113 (44.53% from 255 or 22.97% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD719E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD719E is #228E61. Grayscale: #969696. Windows color (decimal): -2264674 or 10383837. OLE color: 10383837.

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

Color convert

RGB221113158-
CMYK00.490.290.13
HSL335º61.36%65.49%-
HSV(B)335º48.87%86.67%-
XYZ41.929.6535.86-
YUV150.42132.28178.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.92%
GREEN value IS 113 (44.53% from 255) = 22.97%
BLUE value IS 158 (62.11% from 255) = 32.11%
R=44.92%
G=22.97%
B=32.11%

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
Decimal22111315800.490.290.1333561.3665.49
HexDD719E0311DD14f3d41
Octal335161236061351551775101
Binary1101110111100011001111001100011110111011010011111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD719E; }

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

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

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

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

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

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

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

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