#DF77B3

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

Shades of Persian Pink #DF77B3

Tints of Persian Pink #DF77B3

Color information

#DF77B3 (or 0xDF77B3) is unknown color: approx Persian Pink. HEX triplet: DF, 77 and B3. RGB value is (223,119,179). Sum of RGB (Red+Green+Blue) = 223+119+179=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 119 (46.88% from 255 or 22.84% from 521); Blue value is 179 (70.31% from 255 or 34.36% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF77B3 is #20884C. Grayscale: #9C9C9C. Windows color (decimal): -2132045 or 11761631. OLE color: 11761631.

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

Color convert

RGB223119179-
CMYK00.470.200.13
HSL325.38º61.9%67.06%-
HSV(B)325.38º46.64%87.45%-
XYZ45.1632.1446.47-
YUV156.94140.46175.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.80%
GREEN value IS 119 (46.88% from 255) = 22.84%
BLUE value IS 179 (70.31% from 255) = 34.36%
R=42.80%
G=22.84%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311917900.470.200.13325.3861.967.06
HexDF77B302F14D1453e43
Octal337167263057241550576103
Binary1101111111101111011001101011111010011011010001011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF77B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF77B3; }

 p { color: rgb(223,119,179); }

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

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

 a { background-color: rgb(223,119,179); }

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

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

 span { border-color: rgb(223,119,179); }

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