#DD77B5

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

Shades of Persian Pink #DD77B5

Tints of Persian Pink #DD77B5

Color information

#DD77B5 (or 0xDD77B5) is unknown color: approx Persian Pink. HEX triplet: DD, 77 and B5. RGB value is (221,119,181). Sum of RGB (Red+Green+Blue) = 221+119+181=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77B5 is #22884A. Grayscale: #9C9C9C. Windows color (decimal): -2263115 or 11892701. OLE color: 11892701.

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

Color convert

RGB221119181-
CMYK00.460.180.13
HSL323.53º60%66.67%-
HSV(B)323.53º46.15%86.67%-
XYZ44.7631.947.51-
YUV156.57141.79173.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.42%
GREEN value IS 119 (46.88% from 255) = 22.84%
BLUE value IS 181 (71.09% from 255) = 34.74%
R=42.42%
G=22.84%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111918100.460.180.13323.536066.67
HexDD77B502E12D1443c43
Octal335167265056221550474103
Binary1101110111101111011010101011101001011011010001001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD77B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD77B5; }

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

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

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

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

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

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

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

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