#DD77BF

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

Shades of Persian Pink #DD77BF

Tints of Persian Pink #DD77BF

Color information

#DD77BF (or 0xDD77BF) is unknown color: approx Persian Pink. HEX triplet: DD, 77 and BF. RGB value is (221,119,191). Sum of RGB (Red+Green+Blue) = 221+119+191=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 119 (46.88% from 255 or 22.41% from 531); Blue value is 191 (75% from 255 or 35.97% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77BF is #228840. Grayscale: #9D9D9D. Windows color (decimal): -2263105 or 12548061. OLE color: 12548061.

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

Color convert

RGB221119191-
CMYK00.460.140.13
HSL317.65º60%66.67%-
HSV(B)317.65º46.15%86.67%-
XYZ45.8232.3353.12-
YUV157.71146.79173.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 119 (46.88% from 255) = 22.41%
BLUE value IS 191 (75% from 255) = 35.97%
R=41.62%
G=22.41%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111919100.460.140.13317.656066.67
HexDD77BF02EED13e3c43
Octal335167277056161547674103
Binary110111011110111101111110101110111011011001111101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD77BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD77BF; }

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

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

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

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

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

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

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

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