#DD709E

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

Shades of Pale Violet Red #DD709E

Tints of Pale Violet Red #DD709E

Color information

#DD709E (or 0xDD709E) is unknown color: approx Pale Violet Red. HEX triplet: DD, 70 and 9E. RGB value is (221,112,158). Sum of RGB (Red+Green+Blue) = 221+112+158=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD709E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD709E is #228F61. Grayscale: #959595. Windows color (decimal): -2264930 or 10383581. OLE color: 10383581.

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

Color convert

RGB221112158-
CMYK00.490.290.13
HSL334.68º61.58%65.29%-
HSV(B)334.68º49.32%86.67%-
XYZ41.7829.4335.83-
YUV149.83132.61178.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.01%
GREEN value IS 112 (44.14% from 255) = 22.81%
BLUE value IS 158 (62.11% from 255) = 32.18%
R=45.01%
G=22.81%
B=32.18%

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
Decimal22111215800.490.290.13334.6861.5865.29
HexDD709E0311DD14f3e41
Octal335160236061351551776101
Binary1101110111100001001111001100011110111011010011111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD709E; }

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

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

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

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

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

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

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

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