#DD77AF

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

Shades of Persian Pink #DD77AF

Tints of Persian Pink #DD77AF

Color information

#DD77AF (or 0xDD77AF) is unknown color: approx Persian Pink. HEX triplet: DD, 77 and AF. RGB value is (221,119,175). Sum of RGB (Red+Green+Blue) = 221+119+175=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD77AF is #228850. Grayscale: #9B9B9B. Windows color (decimal): -2263121 or 11499485. OLE color: 11499485.

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

Color convert

RGB221119175-
CMYK00.460.210.13
HSL327.06º60%66.67%-
HSV(B)327.06º46.15%86.67%-
XYZ44.1531.6644.34-
YUV155.88138.79174.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.91%
GREEN value IS 119 (46.88% from 255) = 23.11%
BLUE value IS 175 (68.75% from 255) = 33.98%
R=42.91%
G=23.11%
B=33.98%

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
Decimal22111917500.460.210.13327.066066.67
HexDD77AF02E15D1473c43
Octal335167257056251550774103
Binary1101110111101111010111101011101010111011010001111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD77AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD77AF; }

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

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

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

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

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

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

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

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