#DF82BA

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

Shades of Persian Pink #DF82BA

Tints of Persian Pink #DF82BA

Color information

#DF82BA (or 0xDF82BA) is unknown color: approx Persian Pink. HEX triplet: DF, 82 and BA. RGB value is (223,130,186). Sum of RGB (Red+Green+Blue) = 223+130+186=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 186 (73.05% from 255 or 34.51% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF82BA is #207D45. Grayscale: #A4A4A4. Windows color (decimal): -2129222 or 12223199. OLE color: 12223199.

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

Color convert

RGB223130186-
CMYK00.420.170.13
HSL323.87º59.24%69.22%-
HSV(B)323.87º41.7%87.45%-
XYZ47.2835.250.76-
YUV164.19140.31169.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.37%
GREEN value IS 130 (51.17% from 255) = 24.12%
BLUE value IS 186 (73.05% from 255) = 34.51%
R=41.37%
G=24.12%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313018600.420.170.13323.8759.2469.22
HexDF82BA02A11D1443b45
Octal337202272052211550473105
Binary11011111100000101011101001010101000111011010001001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF82BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF82BA; }

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

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

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

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

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

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

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

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