#DF80BA

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

Shades of Persian Pink #DF80BA

Tints of Persian Pink #DF80BA

Color information

#DF80BA (or 0xDF80BA) is unknown color: approx Persian Pink. HEX triplet: DF, 80 and BA. RGB value is (223,128,186). Sum of RGB (Red+Green+Blue) = 223+128+186=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80BA is #207F45. Grayscale: #A2A2A2. Windows color (decimal): -2129734 or 12222687. OLE color: 12222687.

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

Color convert

RGB223128186-
CMYK00.430.170.13
HSL323.37º59.75%68.82%-
HSV(B)323.37º42.6%87.45%-
XYZ47.0134.6750.67-
YUV163.02140.97170.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.53%
GREEN value IS 128 (50.39% from 255) = 23.84%
BLUE value IS 186 (73.05% from 255) = 34.64%
R=41.53%
G=23.84%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312818600.430.170.13323.3759.7568.82
HexDF80BA02B11D1433c45
Octal337200272053211550374105
Binary11011111100000001011101001010111000111011010000111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF80BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF80BA; }

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

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

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

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

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

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

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

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