#DF7DC1

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

Shades of Persian Pink #DF7DC1

Tints of Persian Pink #DF7DC1

Color information

#DF7DC1 (or 0xDF7DC1) is unknown color: approx Persian Pink. HEX triplet: DF, 7D and C1. RGB value is (223,125,193). Sum of RGB (Red+Green+Blue) = 223+125+193=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 193 (75.78% from 255 or 35.67% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DC1 is #20823E. Grayscale: #A1A1A1. Windows color (decimal): -2130495 or 12680671. OLE color: 12680671.

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

Color convert

RGB223125193-
CMYK00.440.130.13
HSL318.37º60.49%68.24%-
HSV(B)318.37º43.95%87.45%-
XYZ47.3934.2154.56-
YUV162.05145.47171.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.22%
GREEN value IS 125 (49.22% from 255) = 23.11%
BLUE value IS 193 (75.78% from 255) = 35.67%
R=41.22%
G=23.11%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312519300.440.130.13318.3760.4968.24
HexDF7DC102CDD13e3c44
Octal337175301054151547674104
Binary110111111111101110000010101100110111011001111101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7DC1; }

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

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

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

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

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

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

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

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