#df77b7

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

Shades of Persian Pink #DF77B7

Tints of Persian Pink #DF77B7

Color information

#DF77B7 (or 0xDF77B7) is unknown color: approx Persian Pink. HEX triplet: DF, 77 and B7. RGB value is (223,119,183). Sum of RGB (Red+Green+Blue) = 223+119+183=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 183 (71.88% from 255 or 34.86% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF77B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF77B7 is #208848. Grayscale: #9D9D9D. Windows color (decimal): -2132041 or 12023775. OLE color: 12023775.

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

Color convert

RGB223119183-
CMYK00.470.180.13
HSL323.08º61.9%67.06%-
HSV(B)323.08º46.64%87.45%-
XYZ45.5832.348.63-
YUV157.39142.46174.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.48%
GREEN value IS 119 (46.88% from 255) = 22.67%
BLUE value IS 183 (71.88% from 255) = 34.86%
R=42.48%
G=22.67%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311918300.470.180.13323.0861.967.06
HexDF77B702F12D1433e43
Octal337167267057221550376103
Binary1101111111101111011011101011111001011011010000111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df77b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df77b7; }

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

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

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

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

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

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

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

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