#DD77B4

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

Shades of Persian Pink #DD77B4

Tints of Persian Pink #DD77B4

Color information

#DD77B4 (or 0xDD77B4) is unknown color: approx Persian Pink. HEX triplet: DD, 77 and B4. RGB value is (221,119,180). Sum of RGB (Red+Green+Blue) = 221+119+180=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 119 (46.88% from 255 or 22.88% from 520); Blue value is 180 (70.70% from 255 or 34.62% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DD77B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD77B4 is #22884B. Grayscale: #9C9C9C. Windows color (decimal): -2263116 or 11827165. OLE color: 11827165.

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

Color convert

RGB221119180-
CMYK00.460.190.13
HSL324.12º60%66.67%-
HSV(B)324.12º46.15%86.67%-
XYZ44.6531.8646.98-
YUV156.45141.29174.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.5%
GREEN value IS 119 (46.88% from 255) = 22.88%
BLUE value IS 180 (70.70% from 255) = 34.62%
R=42.5%
G=22.88%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111918000.460.190.13324.126066.67
HexDD77B402E13D1443c43
Octal335167264056231550474103
Binary1101110111101111011010001011101001111011010001001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD77B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD77B4; }

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

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

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

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

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

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

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

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