#DF80BF

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

Shades of Persian Pink #DF80BF

Tints of Persian Pink #DF80BF

Color information

#DF80BF (or 0xDF80BF) is unknown color: approx Persian Pink. HEX triplet: DF, 80 and BF. RGB value is (223,128,191). Sum of RGB (Red+Green+Blue) = 223+128+191=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80BF is #207F40. Grayscale: #A3A3A3. Windows color (decimal): -2129729 or 12550367. OLE color: 12550367.

HSL color Cylindrical-coordinate representation of color #DF80BF: hue angle of 320.21º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DF80BF is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB223128191-
CMYK00.430.140.13
HSL320.21º59.75%68.82%-
HSV(B)320.21º42.6%87.45%-
XYZ47.5534.8953.52-
YUV163.59143.47170.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.14%
GREEN value IS 128 (50.39% from 255) = 23.62%
BLUE value IS 191 (75% from 255) = 35.24%
R=41.14%
G=23.62%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312819100.430.140.13320.2159.7568.82
HexDF80BF02BED1403c45
Octal337200277053161550074105
Binary1101111110000000101111110101011111011011010000001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF80BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF80BF; }

 p { color: rgb(223,128,191); }

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

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

 a { background-color: rgb(223,128,191); }

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

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

 span { border-color: rgb(223,128,191); }

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