#DF83B5

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

Shades of Persian Pink #DF83B5

Tints of Persian Pink #DF83B5

Color information

#DF83B5 (or 0xDF83B5) is unknown color: approx Persian Pink. HEX triplet: DF, 83 and B5. RGB value is (223,131,181). Sum of RGB (Red+Green+Blue) = 223+131+181=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 131 (51.56% from 255 or 24.49% from 535); Blue value is 181 (71.09% from 255 or 33.83% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF83B5 is #207C4A. Grayscale: #A4A4A4. Windows color (decimal): -2128971 or 11895775. OLE color: 11895775.

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

Color convert

RGB223131181-
CMYK00.410.190.13
HSL327.39º58.97%69.41%-
HSV(B)327.39º41.26%87.45%-
XYZ46.8935.2648.05-
YUV164.21137.48169.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.68%
GREEN value IS 131 (51.56% from 255) = 24.49%
BLUE value IS 181 (71.09% from 255) = 33.83%
R=41.68%
G=24.49%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313118100.410.190.13327.3958.9769.41
HexDF83B502913D1473b45
Octal337203265051231550773105
Binary11011111100000111011010101010011001111011010001111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF83B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF83B5; }

 p { color: rgb(223,131,181); }

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

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

 a { background-color: rgb(223,131,181); }

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

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

 span { border-color: rgb(223,131,181); }

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