#DD79AD

Color #DD79AD Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #DD79AD

Tints of Persian Pink #DD79AD

Color information

#DD79AD (or 0xDD79AD) is unknown color: approx Persian Pink. HEX triplet: DD, 79 and AD. RGB value is (221,121,173). Sum of RGB (Red+Green+Blue) = 221+121+173=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 173 (67.97% from 255 or 33.59% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD79AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD79AD is #228652. Grayscale: #9C9C9C. Windows color (decimal): -2262611 or 11368925. OLE color: 11368925.

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

Color convert

RGB221121173-
CMYK00.450.220.13
HSL328.8º59.52%67.06%-
HSV(B)328.8º45.25%86.67%-
XYZ44.232.0643.39-
YUV156.83137.13173.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.91%
GREEN value IS 121 (47.66% from 255) = 23.50%
BLUE value IS 173 (67.97% from 255) = 33.59%
R=42.91%
G=23.50%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112117300.450.220.13328.859.5267.06
HexDD79AD02D16D1493c43
Octal335171255055261551174103
Binary1101110111110011010110101011011011011011010010011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD79AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD79AD; }

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

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

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

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

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

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

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

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