#DF7DBF

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

Shades of Persian Pink #DF7DBF

Tints of Persian Pink #DF7DBF

Color information

#DF7DBF (or 0xDF7DBF) is unknown color: approx Persian Pink. HEX triplet: DF, 7D and BF. RGB value is (223,125,191). Sum of RGB (Red+Green+Blue) = 223+125+191=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DBF is #208240. Grayscale: #A1A1A1. Windows color (decimal): -2130497 or 12549599. OLE color: 12549599.

HSL color Cylindrical-coordinate representation of color #DF7DBF: hue angle of 319.59º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DF7DBF is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB223125191-
CMYK00.440.140.13
HSL319.59º60.49%68.24%-
HSV(B)319.59º43.95%87.45%-
XYZ47.1734.1253.39-
YUV161.83144.47171.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.37%
GREEN value IS 125 (49.22% from 255) = 23.19%
BLUE value IS 191 (75% from 255) = 35.44%
R=41.37%
G=23.19%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312519100.440.140.13319.5960.4968.24
HexDF7DBF02CED1403c44
Octal337175277054161550074104
Binary110111111111101101111110101100111011011010000001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7DBF; }

 p { color: rgb(223,125,191); }

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

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

 a { background-color: rgb(223,125,191); }

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

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

 span { border-color: rgb(223,125,191); }

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