#df7fb2

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

Shades of Persian Pink #DF7FB2

Tints of Persian Pink #DF7FB2

Color information

#DF7FB2 (or 0xDF7FB2) is unknown color: approx Persian Pink. HEX triplet: DF, 7F and B2. RGB value is (223,127,178). Sum of RGB (Red+Green+Blue) = 223+127+178=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 127 (50% from 255 or 24.05% from 528); Blue value is 178 (69.92% from 255 or 33.71% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7FB2 is #20804D. Grayscale: #A1A1A1. Windows color (decimal): -2129998 or 11698143. OLE color: 11698143.

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

Color convert

RGB223127178-
CMYK00.430.200.13
HSL328.12º60%68.63%-
HSV(B)328.12º43.05%87.45%-
XYZ46.0634.0846.27-
YUV161.52137.3171.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.23%
GREEN value IS 127 (50% from 255) = 24.05%
BLUE value IS 178 (69.92% from 255) = 33.71%
R=42.23%
G=24.05%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312717800.430.200.13328.126068.63
HexDF7FB202B14D1483c45
Octal337177262053241551074105
Binary1101111111111111011001001010111010011011010010001111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df7fb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df7fb2; }

 p { color: rgb(223,127,178); }

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

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

 a { background-color: rgb(223,127,178); }

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

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

 span { border-color: rgb(223,127,178); }

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