#DF82B9

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

Shades of Persian Pink #DF82B9

Tints of Persian Pink #DF82B9

Color information

#DF82B9 (or 0xDF82B9) is unknown color: approx Persian Pink. HEX triplet: DF, 82 and B9. RGB value is (223,130,185). Sum of RGB (Red+Green+Blue) = 223+130+185=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 185 (72.66% from 255 or 34.39% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF82B9 is #207D46. Grayscale: #A3A3A3. Windows color (decimal): -2129223 or 12157663. OLE color: 12157663.

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

Color convert

RGB223130185-
CMYK00.420.170.13
HSL324.52º59.24%69.22%-
HSV(B)324.52º41.7%87.45%-
XYZ47.1735.1650.2-
YUV164.08139.81170.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.45%
GREEN value IS 130 (51.17% from 255) = 24.16%
BLUE value IS 185 (72.66% from 255) = 34.39%
R=41.45%
G=24.16%
B=34.39%

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
Decimal22313018500.420.170.13324.5259.2469.22
HexDF82B902A11D1453b45
Octal337202271052211550573105
Binary11011111100000101011100101010101000111011010001011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF82B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF82B9; }

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

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

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

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

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

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

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

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