#DF80BE

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

Shades of Persian Pink #DF80BE

Tints of Persian Pink #DF80BE

Color information

#DF80BE (or 0xDF80BE) is unknown color: approx Persian Pink. HEX triplet: DF, 80 and BE. RGB value is (223,128,190). Sum of RGB (Red+Green+Blue) = 223+128+190=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DF80BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF80BE is #207F41. Grayscale: #A3A3A3. Windows color (decimal): -2129730 or 12484831. OLE color: 12484831.

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

Color convert

RGB223128190-
CMYK00.430.150.13
HSL320.84º59.75%68.82%-
HSV(B)320.84º42.6%87.45%-
XYZ47.4434.8452.94-
YUV163.47142.97170.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.22%
GREEN value IS 128 (50.39% from 255) = 23.66%
BLUE value IS 190 (74.61% from 255) = 35.12%
R=41.22%
G=23.66%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312819000.430.150.13320.8459.7568.82
HexDF80BE02BFD1413c45
Octal337200276053171550174105
Binary1101111110000000101111100101011111111011010000011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF80BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF80BE; }

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

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

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

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

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

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

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

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