#DD709A

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

Shades of Pale Violet Red #DD709A

Tints of Pale Violet Red #DD709A

Color information

#DD709A (or 0xDD709A) is unknown color: approx Pale Violet Red. HEX triplet: DD, 70 and 9A. RGB value is (221,112,154). Sum of RGB (Red+Green+Blue) = 221+112+154=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DD709A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD709A is #228F65. Grayscale: #959595. Windows color (decimal): -2264934 or 10121437. OLE color: 10121437.

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

Color convert

RGB221112154-
CMYK00.490.300.13
HSL336.88º61.58%65.29%-
HSV(B)336.88º49.32%86.67%-
XYZ41.4529.2934.04-
YUV149.38130.61179.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.38%
GREEN value IS 112 (44.14% from 255) = 23.00%
BLUE value IS 154 (60.55% from 255) = 31.62%
R=45.38%
G=23.00%
B=31.62%

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
Decimal22111215400.490.300.13336.8861.5865.29
HexDD709A0311ED1513e41
Octal335160232061361552176101
Binary1101110111100001001101001100011111011011010100011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD709A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD709A; }

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

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

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

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

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

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

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

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