#DF83BE

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

Shades of Persian Pink #DF83BE

Tints of Persian Pink #DF83BE

Color information

#DF83BE (or 0xDF83BE) is unknown color: approx Persian Pink. HEX triplet: DF, 83 and BE. RGB value is (223,131,190). Sum of RGB (Red+Green+Blue) = 223+131+190=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 131 (51.56% from 255 or 24.08% from 544); Blue value is 190 (74.61% from 255 or 34.93% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF83BE is #207C41. Grayscale: #A5A5A5. Windows color (decimal): -2128962 or 12485599. OLE color: 12485599.

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

Color convert

RGB223131190-
CMYK00.410.150.13
HSL321.52º58.97%69.41%-
HSV(B)321.52º41.26%87.45%-
XYZ47.8435.6453.07-
YUV165.23141.98169.2-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.99%
GREEN value IS 131 (51.56% from 255) = 24.08%
BLUE value IS 190 (74.61% from 255) = 34.93%
R=40.99%
G=24.08%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313119000.410.150.13321.5258.9769.41
HexDF83BE029FD1423b45
Octal337203276051171550273105
Binary1101111110000011101111100101001111111011010000101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF83BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF83BE; }

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

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

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

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

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

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

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

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