#DD79A9

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

Shades of Pale Violet Red #DD79A9

Tints of Pale Violet Red #DD79A9

Color information

#DD79A9 (or 0xDD79A9) is unknown color: approx Pale Violet Red. HEX triplet: DD, 79 and A9. RGB value is (221,121,169). Sum of RGB (Red+Green+Blue) = 221+121+169=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 169 (66.41% from 255 or 33.07% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD79A9 is #228656. Grayscale: #9C9C9C. Windows color (decimal): -2262615 or 11106781. OLE color: 11106781.

HSL color Cylindrical-coordinate representation of color #DD79A9: hue angle of 331.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD79A9 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB221121169-
CMYK00.450.240.13
HSL331.2º59.52%67.06%-
HSV(B)331.2º45.25%86.67%-
XYZ43.8231.9141.39-
YUV156.37135.13174.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 121 (47.66% from 255) = 23.68%
BLUE value IS 169 (66.41% from 255) = 33.07%
R=43.25%
G=23.68%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112116900.450.240.13331.259.5267.06
HexDD79A902D18D14b3c43
Octal335171251055301551374103
Binary1101110111110011010100101011011100011011010010111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD79A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD79A9; }

 p { color: rgb(221,121,169); }

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

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

 a { background-color: rgb(221,121,169); }

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

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

 span { border-color: rgb(221,121,169); }

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