#DD77AE

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

Shades of Persian Pink #DD77AE

Tints of Persian Pink #DD77AE

Color information

#DD77AE (or 0xDD77AE) is unknown color: approx Persian Pink. HEX triplet: DD, 77 and AE. RGB value is (221,119,174). Sum of RGB (Red+Green+Blue) = 221+119+174=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD77AE is #228851. Grayscale: #9B9B9B. Windows color (decimal): -2263122 or 11433949. OLE color: 11433949.

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

Color convert

RGB221119174-
CMYK00.460.210.13
HSL327.65º60%66.67%-
HSV(B)327.65º46.15%86.67%-
XYZ44.0631.6243.83-
YUV155.77138.29174.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.00%
GREEN value IS 119 (46.88% from 255) = 23.15%
BLUE value IS 174 (68.36% from 255) = 33.85%
R=43.00%
G=23.15%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111917400.460.210.13327.656066.67
HexDD77AE02E15D1483c43
Octal335167256056251551074103
Binary1101110111101111010111001011101010111011010010001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD77AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD77AE; }

 p { color: rgb(221,119,174); }

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

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

 a { background-color: rgb(221,119,174); }

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

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

 span { border-color: rgb(221,119,174); }

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