#DF7DC2

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

Shades of Persian Pink #DF7DC2

Tints of Persian Pink #DF7DC2

Color information

#DF7DC2 (or 0xDF7DC2) is unknown color: approx Persian Pink. HEX triplet: DF, 7D and C2. RGB value is (223,125,194). Sum of RGB (Red+Green+Blue) = 223+125+194=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 125 (49.22% from 255 or 23.06% from 542); Blue value is 194 (76.17% from 255 or 35.79% from 542); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7DC2 is #20823D. Grayscale: #A1A1A1. Windows color (decimal): -2130494 or 12746207. OLE color: 12746207.

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

Color convert

RGB223125194-
CMYK00.440.130.13
HSL317.76º60.49%68.24%-
HSV(B)317.76º43.95%87.45%-
XYZ47.534.2555.15-
YUV162.17145.97171.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.14%
GREEN value IS 125 (49.22% from 255) = 23.06%
BLUE value IS 194 (76.17% from 255) = 35.79%
R=41.14%
G=23.06%
B=35.79%

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
Decimal22312519400.440.130.13317.7660.4968.24
HexDF7DC202CDD13e3c44
Octal337175302054151547674104
Binary110111111111101110000100101100110111011001111101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7DC2; }

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

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

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

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

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

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

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

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