#DF80C2

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

Shades of Persian Pink #DF80C2

Tints of Persian Pink #DF80C2

Color information

#DF80C2 (or 0xDF80C2) is unknown color: approx Persian Pink. HEX triplet: DF, 80 and C2. RGB value is (223,128,194). Sum of RGB (Red+Green+Blue) = 223+128+194=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 194 (76.17% from 255 or 35.60% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80C2 is #207F3D. Grayscale: #A3A3A3. Windows color (decimal): -2129726 or 12746975. OLE color: 12746975.

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

Color convert

RGB223128194-
CMYK00.430.130.13
HSL318.32º59.75%68.82%-
HSV(B)318.32º42.6%87.45%-
XYZ47.8935.0255.27-
YUV163.93144.97170.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.92%
GREEN value IS 128 (50.39% from 255) = 23.49%
BLUE value IS 194 (76.17% from 255) = 35.60%
R=40.92%
G=23.49%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312819400.430.130.13318.3259.7568.82
HexDF80C202BDD13e3c45
Octal337200302053151547674105
Binary1101111110000000110000100101011110111011001111101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF80C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF80C2; }

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

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

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

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

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

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

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

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