#DF81C2

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

Shades of Persian Pink #DF81C2

Tints of Persian Pink #DF81C2

Color information

#DF81C2 (or 0xDF81C2) is unknown color: approx Persian Pink. HEX triplet: DF, 81 and C2. RGB value is (223,129,194). Sum of RGB (Red+Green+Blue) = 223+129+194=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF81C2 is #207E3D. Grayscale: #A4A4A4. Windows color (decimal): -2129470 or 12747231. OLE color: 12747231.

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

Color convert

RGB223129194-
CMYK00.420.130.13
HSL318.51º59.49%69.02%-
HSV(B)318.51º42.15%87.45%-
XYZ48.0235.2855.32-
YUV164.52144.64169.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.84%
GREEN value IS 129 (50.78% from 255) = 23.63%
BLUE value IS 194 (76.17% from 255) = 35.53%
R=40.84%
G=23.63%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312919400.420.130.13318.5159.4969.02
HexDF81C202ADD13f3b45
Octal337201302052151547773105
Binary1101111110000001110000100101010110111011001111111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF81C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF81C2; }

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

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

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

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

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

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

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

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