#DF7EB6

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

Shades of Persian Pink #DF7EB6

Tints of Persian Pink #DF7EB6

Color information

#DF7EB6 (or 0xDF7EB6) is unknown color: approx Persian Pink. HEX triplet: DF, 7E and B6. RGB value is (223,126,182). Sum of RGB (Red+Green+Blue) = 223+126+182=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 126 (49.61% from 255 or 23.73% from 531); Blue value is 182 (71.48% from 255 or 34.27% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7EB6 is #208149. Grayscale: #A1A1A1. Windows color (decimal): -2130250 or 11960031. OLE color: 11960031.

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

Color convert

RGB223126182-
CMYK00.430.180.13
HSL325.36º60.25%68.43%-
HSV(B)325.36º43.5%87.45%-
XYZ46.3433.9948.37-
YUV161.39139.64171.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.00%
GREEN value IS 126 (49.61% from 255) = 23.73%
BLUE value IS 182 (71.48% from 255) = 34.27%
R=42.00%
G=23.73%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312618200.430.180.13325.3660.2568.43
HexDF7EB602B12D1453c44
Octal337176266053221550574104
Binary1101111111111101011011001010111001011011010001011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7EB6; }

 p { color: rgb(223,126,182); }

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

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

 a { background-color: rgb(223,126,182); }

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

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

 span { border-color: rgb(223,126,182); }

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