#DD79A4

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

Shades of Pale Violet Red #DD79A4

Tints of Pale Violet Red #DD79A4

Color information

#DD79A4 (or 0xDD79A4) is unknown color: approx Pale Violet Red. HEX triplet: DD, 79 and A4. RGB value is (221,121,164). Sum of RGB (Red+Green+Blue) = 221+121+164=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 164 (64.45% from 255 or 32.41% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD79A4 is #22865B. Grayscale: #9B9B9B. Windows color (decimal): -2262620 or 10779101. OLE color: 10779101.

HSL color Cylindrical-coordinate representation of color #DD79A4: hue angle of 334.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 #DD79A4 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB221121164-
CMYK00.450.260.13
HSL334.2º59.52%67.06%-
HSV(B)334.2º45.25%86.67%-
XYZ43.3631.7338.96-
YUV155.8132.63174.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.68%
GREEN value IS 121 (47.66% from 255) = 23.91%
BLUE value IS 164 (64.45% from 255) = 32.41%
R=43.68%
G=23.91%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112116400.450.260.13334.259.5267.06
HexDD79A402D1AD14e3c43
Octal335171244055321551674103
Binary1101110111110011010010001011011101011011010011101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD79A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD79A4; }

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

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

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

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

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

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

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

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