#DF84BB

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

Shades of Persian Pink #DF84BB

Tints of Persian Pink #DF84BB

Color information

#DF84BB (or 0xDF84BB) is unknown color: approx Persian Pink. HEX triplet: DF, 84 and BB. RGB value is (223,132,187). Sum of RGB (Red+Green+Blue) = 223+132+187=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF84BB is #207B44. Grayscale: #A5A5A5. Windows color (decimal): -2128709 or 12289247. OLE color: 12289247.

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

Color convert

RGB223132187-
CMYK00.410.160.13
HSL323.74º58.71%69.61%-
HSV(B)323.74º40.81%87.45%-
XYZ47.6535.7851.41-
YUV165.48140.15169.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.14%
GREEN value IS 132 (51.95% from 255) = 24.35%
BLUE value IS 187 (73.44% from 255) = 34.50%
R=41.14%
G=24.35%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313218700.410.160.13323.7458.7169.61
HexDF84BB02910D1443b46
Octal337204273051201550473106
Binary11011111100001001011101101010011000011011010001001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF84BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF84BB; }

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

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

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

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

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

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

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

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