#DF80BB

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

Shades of Persian Pink #DF80BB

Tints of Persian Pink #DF80BB

Color information

#DF80BB (or 0xDF80BB) is unknown color: approx Persian Pink. HEX triplet: DF, 80 and BB. RGB value is (223,128,187). Sum of RGB (Red+Green+Blue) = 223+128+187=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 187 (73.44% from 255 or 34.76% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80BB is #207F44. Grayscale: #A2A2A2. Windows color (decimal): -2129733 or 12288223. OLE color: 12288223.

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

Color convert

RGB223128187-
CMYK00.430.160.13
HSL322.74º59.75%68.82%-
HSV(B)322.74º42.6%87.45%-
XYZ47.1234.7151.23-
YUV163.13141.47170.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.45%
GREEN value IS 128 (50.39% from 255) = 23.79%
BLUE value IS 187 (73.44% from 255) = 34.76%
R=41.45%
G=23.79%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312818700.430.160.13322.7459.7568.82
HexDF80BB02B10D1433c45
Octal337200273053201550374105
Binary11011111100000001011101101010111000011011010000111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF80BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF80BB; }

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

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

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

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

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

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

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

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