#DF82BB

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

Shades of Persian Pink #DF82BB

Tints of Persian Pink #DF82BB

Color information

#DF82BB (or 0xDF82BB) is unknown color: approx Persian Pink. HEX triplet: DF, 82 and BB. RGB value is (223,130,187). Sum of RGB (Red+Green+Blue) = 223+130+187=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF82BB is #207D44. Grayscale: #A4A4A4. Windows color (decimal): -2129221 or 12288735. OLE color: 12288735.

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

Color convert

RGB223130187-
CMYK00.420.160.13
HSL323.23º59.24%69.22%-
HSV(B)323.23º41.7%87.45%-
XYZ47.3835.2451.32-
YUV164.3140.81169.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.30%
GREEN value IS 130 (51.17% from 255) = 24.07%
BLUE value IS 187 (73.44% from 255) = 34.63%
R=41.30%
G=24.07%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313018700.420.160.13323.2359.2469.22
HexDF82BB02A10D1433b45
Octal337202273052201550373105
Binary11011111100000101011101101010101000011011010000111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF82BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF82BB; }

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

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

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

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

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

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

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

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