#DF82B6

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

Shades of Persian Pink #DF82B6

Tints of Persian Pink #DF82B6

Color information

#DF82B6 (or 0xDF82B6) is unknown color: approx Persian Pink. HEX triplet: DF, 82 and B6. RGB value is (223,130,182). Sum of RGB (Red+Green+Blue) = 223+130+182=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 182 (71.48% from 255 or 34.02% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF82B6 is #207D49. Grayscale: #A3A3A3. Windows color (decimal): -2129226 or 11961055. OLE color: 11961055.

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

Color convert

RGB223130182-
CMYK00.420.180.13
HSL326.45º59.24%69.22%-
HSV(B)326.45º41.7%87.45%-
XYZ46.8635.0348.55-
YUV163.73138.31170.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.68%
GREEN value IS 130 (51.17% from 255) = 24.30%
BLUE value IS 182 (71.48% from 255) = 34.02%
R=41.68%
G=24.30%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313018200.420.180.13326.4559.2469.22
HexDF82B602A12D1463b45
Octal337202266052221550673105
Binary11011111100000101011011001010101001011011010001101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF82B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF82B6; }

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

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

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

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

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

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

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

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