#df7db5

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

Shades of Persian Pink #DF7DB5

Tints of Persian Pink #DF7DB5

Color information

#DF7DB5 (or 0xDF7DB5) is unknown color: approx Persian Pink. HEX triplet: DF, 7D and B5. RGB value is (223,125,181). Sum of RGB (Red+Green+Blue) = 223+125+181=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 125 (49.22% from 255 or 23.63% from 529); Blue value is 181 (71.09% from 255 or 34.22% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DB5 is #20824A. Grayscale: #A0A0A0. Windows color (decimal): -2130507 or 11894239. OLE color: 11894239.

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

Color convert

RGB223125181-
CMYK00.440.190.13
HSL325.71º60.49%68.24%-
HSV(B)325.71º43.95%87.45%-
XYZ46.1133.6947.79-
YUV160.69139.47172.45-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.16%
GREEN value IS 125 (49.22% from 255) = 23.63%
BLUE value IS 181 (71.09% from 255) = 34.22%
R=42.16%
G=23.63%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312518100.440.190.13325.7160.4968.24
HexDF7DB502C13D1463c44
Octal337175265054231550674104
Binary1101111111111011011010101011001001111011010001101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df7db5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df7db5; }

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

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

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

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

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

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

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

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